Skip to content

Conversation

@andymcca
Copy link

Frame skipping options were making no difference to FPS reported, this was due to video_run being called regardless of whether skip_next_frame had been set.

Frame skipping options were making no difference to FPS reported, this was due to video_run being called regardless of whether skip_next_frame had been set.
@davidgfnet
Copy link
Collaborator

I think this is on purpose. Check the video_run function, you will see how we purposely re-submit the previous frame when skip_next_frame is true. So yeah it depends on what you consider a frame. It is running at "60fps" but some frames are repeated :D I am not sure whether this is a good idea or not, I might ask around someone who knows :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants