-
Notifications
You must be signed in to change notification settings - Fork 95
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
camera freezes when trying to set dynamic_parameters #38
Comments
Where did you find an indication that these values can be dynamically reconfigured? The reconfigure block in the code only indicates the following:
in general settings such as resolution are no re configurable on cameras, and will require stopping and resuming the feed to change. |
Thanks for your feedback. Please check this site: http://wiki.ros.org/libuvc_camera This chapter has a list with the params, and there is width and height. If they are not in the "dynamically reconf parameters" why are they there? Someone should correct the documentation: remove the not dyn conf params, mark the dyn conf params or remove the first line after 5.1.3 title. |
I agree. Unfortunately it doesn't look like anybody is actively maintaining this library |
Hi,
I would like to change resolution and frame rate when it is running. I see that it is possible to do it with dynamic paramters.
In my launch file I am starting the camera 5FPS FullHd yuyv, but with the above script I would like to set 640x480 resolution and 20FPS:
The code runs just fine (without error), but the image stops and I have to restart libuvc camera driver to be able to use again.
Am I doing anything wrong?
Thanks!
The text was updated successfully, but these errors were encountered: