...
Note: 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). On Windows, moreover, the libjpeg dependency may not be automatically be found, and you may need to set the path to libturbojpeg.dll
manually.
Code Block |
---|
cd docker/sic/sic_framework/tests export DB_IP=localhost # set on Windows export DB_PASS=changemeplease # set on Windows python3 demo_camera.py # on Windows simply use python |
Pycharm
The enviornment environment variables (the export
command in the code above) need to be set. If you are using Pycharm PyCharm to run the script, set these in the Run/Debug configuration
in the Environment variables
menu. Copy these two lines into the menu:
...