vision daemon now streams with a resolution of 1280x720

fixed package install
This commit is contained in:
Joel 2021-01-23 02:41:19 +01:00
parent 77c2354c00
commit 7e9192072c
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
3 changed files with 20 additions and 19 deletions

View file

@ -27,7 +27,8 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
-d "opencv-main" \
-d "opencv-python" \
-d "opencv-scripts" \
-v 0.0.3-3 -t deb setup.py
-d "libatlas-base-dev" \
-v 0.0.3-4 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \