-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yuyv2rgb
is unsupported/ segmentation fault after humble recent (?) upgrade for rpicamera
#341
Comments
@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 |
I have a similar problem. My setup: If i start the usb_cam_node no supported formats are found:
But v4l works and list some available formats:
I tried also some other formats but the driver did not work. Have you been able to solve the problem? |
I have the exact same issue as mentionned aboved and I'm also running Ubuntu 22.04 with ROS 2 Humble on a RPI model 4b. My camera is connected to the CSI port and is working properly when I boot from Ubuntu 18.04 with ros melodic. On ROS Melodic, usb-cam works properly, but with ros2 humble, I get the exact same problems as above:
v4l2-ctl also works for me:
Anybody has an update on this issue? |
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: