I’m trying to use imx477 along with jetson orin nano in linux os to do object vision. I’m having trouble to connect imx477 as the camera source of opencv. I’ve already tried this github guide:
https://github.com/JetsonHacksNano/CSI-Camera/blob/master/simple_camera.py
the output i’m getting is
nvarguscamerasrc sensor-id=0 ! video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, framerate=(fraction)30/1 ! nvvidconv flip-method=0 ! video/x-raw, width=(int)960, height=(int)540, format=(string)BGRx ! videoconvert ! video/x-raw, format=(string)BGR ! appsink
Error: Unable to open camera
please give me solution i’ve already trying back and forth for days…