Hello, thank you so much for this amazing job! I'm trying to run the algorithm using my MIPI camera on the Jetson Nano. Can you help me, please? I'm trying to use the following code but it's not working. Somebody already do it?
Thank you
cv2.VideoCapture("nvarguscamerasrc ! video/x-raw(memory:NVMM), "
"width=(int)1280, height=(int)720,format=(string)NV12, "
"framerate=(fraction)120/1 ! nvvidconv ! video/x-raw, "
"format=(string)BGRx ! videoconvert ! video/x-raw, "
"format=(string)BGR ! appsink", cv2.CAP_GSTREAMER)
Hello, thank you so much for this amazing job! I'm trying to run the algorithm using my MIPI camera on the Jetson Nano. Can you help me, please? I'm trying to use the following code but it's not working. Somebody already do it?
Thank you
cv2.VideoCapture("nvarguscamerasrc ! video/x-raw(memory:NVMM), "
"width=(int)1280, height=(int)720,format=(string)NV12, "
"framerate=(fraction)120/1 ! nvvidconv ! video/x-raw, "
"format=(string)BGRx ! videoconvert ! video/x-raw, "
"format=(string)BGR ! appsink", cv2.CAP_GSTREAMER)