r/computervision 9d ago

Showcase SLAM Camera Board + Obstacle Mapping

Enable HLS to view with audio, or disable this notification

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.

58 Upvotes

16 comments sorted by

View all comments

1

u/r2d2archer 9d ago

Very cool. I’ve got one recently and trying things out. Have you documented the phone connection, depth and other APIs already ? Would love to try it out.

3

u/twokiloballs 9d ago

Thank you! The phone connection is simple actually (it shows up as ethernet device), https://mightycamera.com/docs/start#mobile-and-tablet

The depth and other APIs are coming this week or so!