Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To start the camera demo from the terminal, use the following commands.

Note: this This demo requires you to have the OpenCV and tqdm modules and the libjpeg-turbo installed, as well as have the framework installed on a NAO robot (see above).

Code Block
cd docker/sic/sic_framework/tests

export DB_IP=localhost
export DB_PASS=changemeplease

python3 demo_camera.py

...