VIO and SLAM
OAK cameras can also be used for localization (VIO) and SLAM (Simultaneous Localization And Mapping).- RVC2: compute - especially CPU performance - on RVC2 is quite limited, so for VIO/SLAM you'd need to run the algorithm on the host computer.
- RVC3: as it has Quad-core ARM, you can run VIO/SLAM algorithms on the camera itself. See RAE on-device VIO & SLAM.
- ORB SLAM3 with an OAK-D and ROS1 by
@nimda
- RTAB-Map recently (PR here) added support for depthai and OAK cameras (via ROS)
- SpectacularAI's SLAM with OAK-D - Free for non-commercial use
- ArduCam Visual SLAM tutorial
- DepthAI-SLAM
- Drone on-device NN-based localization