Open lmendyk opened 3 months ago
@lmendyk what image format are you trying to use? What image format do you want this driver to publish with?
YUYV to RGB with compression - that is what I have been using so far and now it hast stop working.
The situation that system first reports " Specified format yuyv2rgb
is unsupported" but when testing it prints: This driver supports the following formats: ...yuyv2rgb, does not help me to understand what is going on.
It worked some time ago for humble release ( https://github.com/ros-drivers/usb_cam/issues/299 ) After recent upgrade of pages I get:
But when for testing I specify for “test” I get:
After experimenting and adding av_device_format:="YVYU" it gets even worse:
The camera supports:
I don't know what to do to make the camera work again.