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

Frequency is interval #7

Open
netAction opened this issue Dec 21, 2012 · 2 comments
Open

Frequency is interval #7

netAction opened this issue Dec 21, 2012 · 2 comments

Comments

@netAction
Copy link

The frequency parameter is not for the frequency but for the interval in seconds.

What I tried was setting the frequency to 30Hz. I need every single frame to detect a fast blinking light. This does not work as the camera seems to be busy for nearly one second when shooting a single frame.

@pdeschen
Copy link
Owner

@netAction frequency should indeed be rename to interval in a future version.

Looks like you're trying to achieve high FPS which is currently not really possible due to the slow nature of process spawning. That being said, it could be tweaked to add support for the fswebcam --loop parameter which should be better at handling higher fps.

@netAction
Copy link
Author

Now I know why you called it "frequency". It has the same wrong label in fswebcam. fswebcam takes only whole seconds as loop param so this does not help.

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

No branches or pull requests

2 participants