Gstreamer display not showing

After running ./imagenet.py /dev/video0, there was no feedback or video output. what seems to be the problem?

This is on a jetson nano 2gb

If /dev/video0 is a MIPI CSI camera such as RPi v2 camera based on IMX219, you would use csi://0.
You may also try setting output uri to display://0
See this.

1 Like

Thank you.

But I am using a webcam
And the terminal shows there’s an output video stream buh nothing is showing on my monitor

Found the problem, I changed the the usb camera and it worked …it seems the codec or format of the camera I am using is not supported on this version of the image. it is a play station camera… Changed the camera and its working now. Thank you guys

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.