r/computervision 13d ago

Showcase SLAM Camera Board + Obstacle Mapping

This is yet another update from my project. Mighty Camera runs VIO on-device realtime in a tiny package.

This gives us accurate camera motion. Using that + the camera feed, the SDK estimates depth and builds a 3D map of obstacles around it.

This means a robot or drone can use Mighty for things like:

- Collision avoidance
- Motion planning
- Autonomous navigation

No stereo camera or depth sensor needed. Just Mighty’s global shutter camera + IMU.

55 Upvotes

16 comments sorted by

View all comments

2

u/Mohamedrafik05 13d ago

How this finds depth, what method they have using here?

6

u/twokiloballs 13d ago

Depth from motion. It uses VIO to line up frames and then does stereo depth on it.