UbiquityRobotics / raspicam_node

ROS node for camera module of Raspberry Pi
BSD 3-Clause "New" or "Revised" License
293 stars 162 forks source link

Region Of Interest (ROI) and dynamic parameters via launch file #104

Open MrRivi opened 3 years ago

MrRivi commented 3 years ago

Hello, I am trying to modify the roi parameters thrown by the camera_info topic: Image_1

So far I am using image_proc/crop_decimate. Maybe it is easier to just modify the camera parameters in the raspicam_node, although I don't know how to modify those parameters (via launch file) that are not explained in this git.

I am also using the rqt_reconfigure but there is no ROI available:

Image_2

Thank you!

elgarbe commented 3 years ago

Hi, do you find a solution? I would like to use my raspicam at high resolution but make a small ROI in order to detect tags that are just in front of the camera. I I think high resolution ->high precision, Small region of interest -> tags that are better aligned with Z camera axis -> better distance estimation.