Skip to content

Instantly share code, notes, and snippets.

View jstzwjr's full-sized avatar

Moshe Gildore jstzwjr

View GitHub Profile
@jstzwjr
jstzwjr / tegra-cam.py
Created September 10, 2023 01:01 — 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>