You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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)
The text was updated successfully, but these errors were encountered: