diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 17:38:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 17:38:37 +0200 |
commit | 7e7774ebad9b2d60e9cf071dbb7aaa483bd59a8d (patch) | |
tree | 51301205fb27cecbb35411be2e7784929907341f | |
parent | d6fd930a450774f2922af667b844100af6d83ad2 (diff) |
video/ps3eye: make that 2 seconds
-rw-r--r-- | video-ps3eye/module.cpp | 2 |
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) { |