Running yolov3 demo using jetson nano and rpi camera

Hi,

It looks like you are meeting the same error of topic 112954:

However, the user fixes it by using the NV12 as nvarguscamerasrc output format, which is what I share with you.
To narrow down the issue, could you run this command to see if the camera works without OpenCV first?

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv flip-method=3 ! 'video/x-raw(memory:NVMM), width=(int)480, height=(int)640, format=(string)I420' ! nvoverlaysink -e

Thanks.