cv_camera
cv_camera copied to clipboard
Changing resolution (and other params) with dynamic_reconfigure
I haven't found a way to change camera settings (resolution) without restarting the node.
If there were a possibility to change the camera params on-the-fly, it would be very useful in some situations.
@OTL, do you have any ideas on how to implement this (the API)? I could do it, because it's critical for my application.
But I haven't found any examples on how to do it properly. I also created a question on ROS Answers (https://answers.ros.org/question/286667/api-for-changing-a-camera-resolution/), but no one has answered.
Hi, you got the answer in answers.ros.org.
I prefer dynamic_reconfigure or(and) service.