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
It worked some time ago for humble release ( #299 )
After recent upgrade of pages I get:
This device supports the following formats:
terminate called after throwing an instance of 'std::invalid_argument'
what(): Specified format `**yuyv2rgb**` is unsupported by the selected device `/dev/video0`
[ros2run]: Aborted
But when for testing I specify for “test” I get:
This driver supports the following formats:
rgb8
yuyv
**yuyv2rgb**
uyvy
uyvy2rgb
mono8
mono16
y102mono8
raw_mjpeg
mjpeg2rgb
m4202rgb
terminate called after throwing an instance of 'std::invalid_argument'
what(): Specified format `test` is unsupported by this ROS driver
After experimenting and adding av_device_format:="YVYU" it gets even worse:
[INFO] [1723628892.506987172] [usb_cam]: Starting 'default_cam' (/dev/video0) at 640x480 via mmap (yuyv2rgb) at 30 FPS
[ros2run]: Segmentation fault
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 ( #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.
The text was updated successfully, but these errors were encountered: