summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 caed2fd7..c78ba941 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 < 100; i++)
+ for (int i = 0; i < 1000; i++)
{
if (unsigned tc = ptr->out.timecode; tc != timecode)
{