/Walabot-BigBrother

Primary LanguageMATLABMIT LicenseMIT

BigBrother - A Walabot Application

This app demonstrates the target detection ability of Walabot. A human head follows you with his look as you move around the room.

  • The code is written in Matlab.
  • The app was tested on Windows 10.

How to use

  1. Install the Walabot SDK.
  2. Position the Walabot as instructed below.
  3. Download and add the app files.
  4. Run BigBrother.m and start moving! 👀

IMPORTANT NOTE: Current Walabot settings are for Walabot Developer (formerly Walabot Pro).

Positioning the Walabot

The Walabot device should be positioned in the following manner:

  • The devices' clear side should face you (The side with the logo is on the back).
  • The longer dimension of the device is in parallel with the floor.
  • The USB connector is at your right.

Positioning the Walabot

Positioning the Walabot

Editing the Code

At the top of the code you can find variables that can be changed easily without dealing with the "heavy" part of the code.
All those variables should vary between different Walabot boards, operating systems, operating machines, etc.
'Walabot Settings' variables are necessary to set the Walabot arena.
'App Settings' variables are required for a proper flow of the app.

Walabot Settings

A comprehensive explanation about the Walabot imaging features can be found here.

App Settings

  • WindSize: Number of sample Walabot targets considered at each loop iteration.
  • ExtraSamp: Number of new Walbot targets taken at each loop iteration (starting from the 2nd iteration and on).