pointgrey_camera_driver
pointgrey_camera_driver copied to clipboard
Setting Binning on Chameleon 3
Hi I am trying to set 2x2 (mode 4) binning on Chameleon 3 (13Y3C) which is supported according to the Technical reference thorough a ROS launch file but cannot find the appropriate parameters to set. I can bin the image using Flycap software but not through ROS driver/launch file. Any help regarding this? Thank you.
Hi, I came across your issue only now.
Did you try pulling the last version of the code and then using (in your launch file) :
<param name="video_mode" value="format7_mode4" />
Look at this merge: https://github.com/ros-drivers/pointgrey_camera_driver/pull/84
Hope it helps.