You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set a different mode for my flea FL3-U3-32S2C. I can do through the flycapture GUI but not through a launch file. In particular I would like to set: <param name="video_mode" value="format7_mode4" />
The launch file I am using is the following.
<launch>
<!-- Determine this using rosrun pointgrey_camera_driver list_cameras.
If not specified, defaults to first camera found. -->
<arg name="camera_serial" default="15357017" />
<arg name="calibrated" default="1" />
<!-- The camera flea3 that we have has the following Serial number : 15357017 -->
<group ns="camera">
<node pkg="nodelet" type="nodelet" name="camera_nodelet_manager" args="manager" />
<node pkg="nodelet" type="nodelet" name="camera_nodelet"
args="load pointgrey_camera_driver/PointGreyCameraNodelet camera_nodelet_manager" >
<param name="frame_id" value="camera" />
<param name="serial" value="$(arg camera_serial)" />
<!-- When unspecified, the driver will use the default framerate as given by the
camera itself. Use this parameter to override that value for cameras capable of
other framerates. -->
<param name="frame_rate" value="25" />
<param name="video_mode" value="format7_mode4" />
<!-- Use the camera_calibration package to create this file -->
<param name="camera_info_url" if="$(arg calibrated)"
value="file://$(env HOME)/.ros/camera_info/$(arg camera_serial).yaml" />
</node>
</group>
</launch>
The goal would be to change the resolution of the image without changing the Region of Interest. I know it should be possible but until now I did not succeed to do it via ROS.
Thanks for any help,
Fabrizio
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to set a different mode for my flea FL3-U3-32S2C. I can do through the flycapture GUI but not through a launch file. In particular I would like to set:
<param name="video_mode" value="format7_mode4" />
The launch file I am using is the following.
The goal would be to change the resolution of the image without changing the Region of Interest. I know it should be possible but until now I did not succeed to do it via ROS.
Thanks for any help,
Fabrizio
The text was updated successfully, but these errors were encountered: