JetCam is an easy-to-use Python camera interface for the NVIDIA Jetson. Use the Accelerated GStreamer plugin for Jetson to work with a variety of USB and CSI cameras. Easily read images as numpy arrays
image = camera.read(). Set the camera to running = True to attach callbacks to new frames. JetCam makes it easy to prototype AI projects in Python.
Next, start installing:
xxxxxxxxxx
git clone https://github.com/NVIDIA-AI-IOT/jetcam
cd jetcam
sudo python3 setup.py install
Detailed usage and functions can be viewed at https://github.com/NVIDIA-AI-IOT/jetcam