summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye/module.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-03-29 17:38:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2020-03-29 17:38:37 +0200
commit7e7774ebad9b2d60e9cf071dbb7aaa483bd59a8d (patch)
tree51301205fb27cecbb35411be2e7784929907341f /video-ps3eye/module.cpp
parentd6fd930a450774f2922af667b844100af6d83ad2 (diff)
video/ps3eye: make that 2 seconds
Diffstat (limited to 'video-ps3eye/module.cpp')
-rw-r--r--video-ps3eye/module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video-ps3eye/module.cpp b/video-ps3eye/module.cpp
index c78ba941..e606656b 100644
--- a/video-ps3eye/module.cpp
+++ b/video-ps3eye/module.cpp
@@ -205,7 +205,7 @@ std::tuple<const frame&, bool> ps3eye_camera::get_frame()
}
}
- for (int i = 0; i < 1000; i++)
+ for (int i = 0; i < 2000; i++)
{
if (unsigned tc = ptr->out.timecode; tc != timecode)
{