christianrauch / camera_ros

ROS 2 node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules)
https://libcamera.org
MIT License
69 stars 30 forks source link

check and show pixel formats supported by the camera and the ROS message #28

Closed christianrauch closed 8 months ago

christianrauch commented 8 months ago

The node shows a list of pixel formats when the user selects no or an incompatible pixel format. This list previously contained all pixel formats supported by the camera, regardless of their support in the ROS image message. This PR lists the pixel formats supported by the camera and the ROS image message instead to help users selecting a supported pixel format.