jyjblrd/Low-Cost-Mocap
A low-cost indoor motion capture system using cameras and computer vision to track and autonomously fly multiple drones.

This project implements a motion capture system built with off-the-shelf cameras (PSEye) and ESP32 microcontrollers to track drone positions in real time indoors. It uses OpenCV’s structure from motion module with bundle adjustment and epipolar geometry to compute camera poses and triangulate 3D positions of multiple quadcopters. The system streams data to a web frontend and Python backend for autonomous flight control without external tracking infrastructure.