A real-time computer vision application that processes feeds from two cameras simultaneously to detect objects, track their movement, and calibrate physical dimensions.
will be added
Language: Python 3.13
GUI Framework: Kivy
Computer Vision: OpenCV (cv2), OpenVINO
Machine Learning: Ultralytics YOLO (PyTorch)
Data & Math: NumPy, FilterPy (Kalman Filters)
Tiled Inference
Asynchronous Inference Queue
ROI-Based Processing
Multi-Threading
The system is highly configurable via config.py
git clone https://github.com/Aknud3/Dual-Camera-Calibration-Tracking-System.git
cd Dual-Camera-Calibration-Tracking-System
Install dependencies:
pip install kivy opencv-python numpy openvino ultralytics filterpy torch