Extend-Robotics / camera_aravis

A ROS1 driver for GenICam based GigE and USB3 cameras.
Other
1 stars 1 forks source link

set multipart mode (chunked is not supported) #23

Closed bmegli closed 1 year ago

bmegli commented 1 year ago

Currently we are auto selecting multipart if device supports multiple components

At the same time:

See:

bmegli commented 1 year ago

For above reason it is better to let the user choose chunked/multipart mode (e.g. ROS argument)

bmegli commented 1 year ago

Or even just hardcode multipart (vs chunked) because this is the mode currently supported.