I am new to nvidia nano (just got my first nano!)
I for a school project I was trying to use the nvidia nano (with two camera slots) and two RPI cameras V2
I was able to watch the video feed using the jetsonhacks examples. But I cannot find any documentation on how to take and save pictures using both cameras. I know there is some documentation I just cannot find it.
In CSI-camera resources, simply,
add some key-input to save an image cv2.write(filename, camera_images)
after cv2.imshow("CSI Cameras", camera_images).
you may refer to Camera Architecture Stack to have an overview of the NVIDIA camera software architecture.
there’re several documentations for your reference,
for example,