Skip to content
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

Maximum fps is 33.33 for 640x480 image #5

Closed
ozgeneral opened this issue Feb 22, 2016 · 1 comment · Fixed by #9
Closed

Maximum fps is 33.33 for 640x480 image #5

ozgeneral opened this issue Feb 22, 2016 · 1 comment · Fixed by #9

Comments

@ozgeneral
Copy link

With the following set up, although raspicam is capable of working at 90fps, I am unable to get 90 fps when I use grab, in a for loop. Is there a way around this?

Camera.set (CV_CAP_PROP_FRAME_WIDTH, 640);
Camera.set (CV_CAP_PROP_FRAME_HEIGHT, 480);
Camera.set (CV_CAP_PROP_FPS, 90);
@joyousrabbit
Copy link

Same question.

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 a pull request may close this issue.

2 participants