Skip to content

Instantly share code, notes, and snippets.

View lhlong's full-sized avatar
🎯
Focusing

Lh Long lhlong

🎯
Focusing
View GitHub Profile
@jkjung-avt
jkjung-avt / openalpr_camera.py
Last active May 25, 2024 13:52
Real-time license plate recognition with 'openalpr' using a video file as input. Please check out my "Building and Testing 'openalpr' on Jetson TX2" post for more information: https://jkjung-avt.github.io/openalpr-on-tx2/
# test_camera.py
#
# Open an RTSP stream and feed image frames to 'openalpr'
# for real-time license plate recognition.
import numpy as np
import cv2
from openalpr import Alpr