Skip to content

Instantly share code, notes, and snippets.

View shubham-shahh's full-sized avatar

Supernovae shubham-shahh

View GitHub Profile
@shubham-shahh
shubham-shahh / tegra-cam.py
Created November 15, 2021 11:44 — forked from jkjung-avt/tegra-cam.py
Capture and display video from either IP CAM, USB webcam, or the Tegra X2/X1 onboard camera.
# --------------------------------------------------------
# Camera sample code for Tegra X2/X1
#
# This program could capture and display video from
# IP CAM, USB webcam, or the Tegra onboard camera.
# Refer to the following blog post for how to set up
# and run the code:
# https://jkjung-avt.github.io/tx2-camera-with-python/
#
# Written by JK Jung <jkjung13@gmail.com>