-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skipping/storing late frames #34
Comments
This frame number, is it one that comes directly from the camera? If yes, do not worry about that. This is fine. In general, we will have applications when camera is working all the time and we start recording for a short period of time. So we will never really start with frame 0. However, skipping frames is an issue. How do you know that it skips frames or saves identical frames? How can we test if frames are indeed the same or if it skipped some? I do not trust the frame number that the camera supplies. |
Similar and skipped frame rates. ERROR ` |
I am having trouble collecting the first frame. Instead it starts collecting at the second frame.
Frames array [ 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31]
Every now and then it starts collecting frames around 3-6 and sometimes it skips frames or stores the same frames.
The text was updated successfully, but these errors were encountered: