-
Notifications
You must be signed in to change notification settings - Fork 76
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
Unable to set Frame rate #15
Comments
I also could not find and reference to framerate being set or got in Camera.cs either. There is a mention of it being set in a certain place (Camera.cs line 971), but actually there is no any action of the sort. |
Unfortunately, the library does not cover every option and feature that DirectShow provides. I advise to look up how to set or change frame rate in DirectShow, check for your device and and modify the library. |
Thank you for your response. I see. I am in fact planning to add the features and contribute. I will do my best. |
Nice to hear, thanks!
So, either Pull Request is kind of required (I would recommend it, it's easier) or the modified version should be published somewhere. |
For the last two days, I have searched all over the library, but was unable to find a way to set the frame rate. I believe this library is the best fit for my 4 camera project, but I need to have a way to control the frame rate of the cameras. How can I do that?
The text was updated successfully, but these errors were encountered: