dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.53k stars 2.94k forks source link

"video-viewer" Timeout Error with e-CAM25_CUONX Camera on Jetson Orin NX #1861

Open Phantom-00 opened 3 weeks ago

Phantom-00 commented 3 weeks ago

I am experiencing an issue with accessing my e-CAM25_CUONX camera using the video-viewer application on my Jetson Orin NX. While the camera works perfectly with gst-launch-1.0, I encounter a timeout error with video-viewer.

Steps I did:

Connect the e-CAM25_CUONX camera to the Jetson Orin NX.

Verify camera functionality using the following GStreamer pipeline, which works without any issues: gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! \ "video/x-raw(memory:NVMM), format=(string)UYVY, width=(int)1920, height=(int)1080" ! \ nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! \ nv3dsink sync=false

Attempt to access the camera using the video-viewer application:

video-viewer /dev/video0

Behavior: [gstreamer] gstCamera::Capture() -- a timeout occurred waiting for the next image buffer Additional Information:

The camera specifications, including resolution and frame rate, are supported. Attempting to run video-viewer with explicit parameters did not resolve the issue.

Any help to resolve this issue would be greatly appreciated.