Try to init capture several times

Change-Id: Id951a2a104d9e8c44e38394e6e80993723dd5bdd
1 file changed
tree: c7b13e3207b3a52b277183368c6f87457ad849cd
  1. .gitignore
  2. audio_recorder.py
  3. bestiary.py
  4. check.py
  5. Makefile
  6. mel_features.py
  7. raspimon_sees_faces.py
  8. raspimon_sees_things.py
  9. README.md
  10. vision.py
  11. vision_example.py
  12. voice.py
  13. voice_example.py
README.md

Raspimon + Coral

  1. Install Edge TPU runtime:
wget https://github.com/google-coral/libedgetpu/releases/download/release-frogfish/edgetpu_runtime_20210119.zip
unzip edgetpu_runtime_20210119.zip
sudo edgetpu_runtime/install.sh
  1. Install debian packages:
make deb
  1. Download model and label files:
make download
  1. Create and activate virtual environment:
make venv
source .env/bin/activate
  1. Run demo script:
DISPLAY=:0 python3 vision_example.py