Skip to main content

Cutebot & AI Lens- Face Tracking

Purpose


  • Use the Cutebot and AI Lens to achieve the face tracking function.

Materials required


Note: The AI Lens kit works with Cutebot V3.0 only(You can see the version number printed on the baseboard).

Connections:


Steps to install the lithium battery pack:

Assembly steps for bricks:

Parts list:

Steps of build-up:

Connections of the AI Lens:

Connect the RJ11 cable with the AI Lens and the other end in Dupont connection to the circled place in the below picture (make sure you connect to the right connections).

Tips: the bricks holder here is flexible to be adjusted, we may manually adjust the angles of the AI Lens to meet the requirements of the functions that you want to achieve.

Software Platform:


MicroSoft MakeCode

Programming


Step 1

Click “Advanced” in the drawer to see more choices.

  • We need to add a package for programming. Click “Extensions” in the bottom of the drawer and search with “cutebot” in the dialogue box to download it.

We need to add a package for programming the AI Lens kit. Click “Extensions” in the bottom of the drawer and search with “https://github.com/elecfreaks/pxt-PlanetX-AI” in the dialogue box to download it.

Note: If you met a tip indicating that the codebase will be deleted due to incompatibility, you may continue as the tips say or build a new project in the menu.

Step 2

  • In the on start brick, initialize the AI Lens and switch to face recognition function.

  • In the “forever” brick, set to get one image form the AI Lens. If a face is on the image, set the LED screen to display √; or set to display ×.

Link: https://makecode.microbit.org/_KFMLijP1xdh5

You may also download it directly below:

Result


  • If the AI Lens recognizes the face(s), the LED screen displays √; or it displays ×.

Exploration


FAQ


Relevant Files