A 1,000-star repo whose README says 'go read docs elsewhere'
Luxonis's Python SDK for spatial AI cameras has moved house, leaving this repo as a polite doorman.

What it does This is the Python API for Luxonis DepthAI, a stack that runs neural networks, computer vision, and depth sensing on embedded cameras with onboard AI accelerators. The repo itself now redirects developers to Luxonis’s broader platform documentation.
The interesting bit
The main branch still holds the old codebase, but the default branch is essentially a forwarding address. That’s a refreshingly honest admission that the project outgrew its GitHub README.
Key highlights
- Targets embedded spatial AI (simultaneous depth + inference)
- Python-first API for Luxonis OAK cameras
- 1,065 stars suggest a hardware community that predates the docs migration
- Topics tag it as performant, which usually means “runs on a camera, not a datacenter”
Caveats
- README is a single redirect; zero code, examples, or install instructions visible
- No indication of whether this is the actively maintained SDK or a legacy pointer
Verdict Grab this if you own Luxonis hardware and already know where you’re going. Skip it if you’re comparison-shopping spatial AI platforms — there’s nothing here to evaluate.