Unable to use USB camera as reverse camera
Posted: Sun Oct 05, 2025 12:40 pm
Hello everyone,
I’m having trouble using my USB camera as a reverse camera in Hudiy. I configured the pipeline in the config.json file as described in the documentation:
"reverseCamera": {
"width": 640,
"height": 480,
"x": 0,
"y": 0,
"pipeline": "v4l2src device=/dev/video0 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegdec ! videoconvert ! video/x-raw,format=RGBA ! glupload ! qml6glsink name=video-sink"
}
When I launch Hudiy, the camera does not display automatically.
I verified that the camera works with gst-launch-1.0, and the feed displays correctly.
I tried different formats (MJPG, YUY2), but nothing works.
The camera does not appear even after enabling “Reverse Mode” via the available actions.
Has anyone successfully used a USB camera as a reverse camera in Hudiy?
I would like to understand how to launch it automatically and have the feed visible in the application.
Thanks in advance for your help!
If you want, I can also make a shorter, more concise version that’s better suited for a technical forum. Do you want me to do that?
I’m having trouble using my USB camera as a reverse camera in Hudiy. I configured the pipeline in the config.json file as described in the documentation:
"reverseCamera": {
"width": 640,
"height": 480,
"x": 0,
"y": 0,
"pipeline": "v4l2src device=/dev/video0 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegdec ! videoconvert ! video/x-raw,format=RGBA ! glupload ! qml6glsink name=video-sink"
}
When I launch Hudiy, the camera does not display automatically.
I verified that the camera works with gst-launch-1.0, and the feed displays correctly.
I tried different formats (MJPG, YUY2), but nothing works.
The camera does not appear even after enabling “Reverse Mode” via the available actions.
Has anyone successfully used a USB camera as a reverse camera in Hudiy?
I would like to understand how to launch it automatically and have the feed visible in the application.
Thanks in advance for your help!
If you want, I can also make a shorter, more concise version that’s better suited for a technical forum. Do you want me to do that?