Skip to main content
The dev kit comes with a stereoscopic camera, ideal for 3D vision and AI workflows. All code examples can be found in our open source repo here.

Wave back

Using OpenCV we can detect a wave gesture and make the robot wave back in just a couple lines of code.

wave.py

Hand tracking

This is a simple implementation of hand tracking using the MediaPipe library. The robot moves based on the hand position and closure.

hand_tracking.py

Rock paper scissors

Create fun interactions with your robot with this simple implementation of a Rock Paper Scissors game.

rock_paper_scissors.py