summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye/module.cpp
diff options
context:
space:
mode:
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)
{