Open mukeshnarendran7 opened 2 years ago
How can i run live camera inference using jetcam? I am running the scripts from the terminal on a Jetson. Sample code would be helpful
from jetcam.csi_camera import CSICamera import traitlets import cv2 camera = CSICamera(width=256, height=256,capture_fps=30) #camera.running = True image = camera.read() camera.observe(camera.read(), names='value')
How can i run live camera inference using jetcam? I am running the scripts from the terminal on a Jetson. Sample code would be helpful