You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
video_recorder skips frames when they arrive too soon to ensure proper framerate
Expected Behavior
If a camera stream is running at 30 fps, then video_recorder should be able to save a 30fps video without dropping frames
Actual Behavior
video_recorder skips frames when they arrive even a fraction of time too early. Since the opencv VideoWriter class expects frames to be given at the set framerate, we end up with a shorter video that plays back faster.
The text was updated successfully, but these errors were encountered:
Package
image_view
Feature
video_recorder skips frames when they arrive too soon to ensure proper framerate
Expected Behavior
If a camera stream is running at 30 fps, then video_recorder should be able to save a 30fps video without dropping frames
Actual Behavior
video_recorder skips frames when they arrive even a fraction of time too early. Since the opencv VideoWriter class expects frames to be given at the set framerate, we end up with a shorter video that plays back faster.
The text was updated successfully, but these errors were encountered: