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

Incorrect FPS value when WebcamPanel used with non-blocking mode #117

Closed
sarxos opened this issue Jul 5, 2013 · 0 comments
Closed

Incorrect FPS value when WebcamPanel used with non-blocking mode #117

sarxos opened this issue Jul 5, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@sarxos
Copy link
Owner

sarxos commented Jul 5, 2013

Execute code below and observe FPS value available in left bottom corner - it shows ~1000 instead correct 25 frames.

Webcam webcam = Webcam.getDefault();
webcam.setViewSize(WebcamResolution.VGA.getSize());
webcam.open(true);

WebcamPanel panel = new WebcamPanel(webcam, false);
panel.setPreferredSize(webcam.getViewSize());
panel.setFPSDisplayed(true);
@ghost ghost assigned sarxos Jul 5, 2013
@sarxos sarxos closed this as completed in 65f7873 Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant