vision daemon now streams with a resolution of 1280x720
fixed package install
This commit is contained in:
parent
77c2354c00
commit
7e9192072c
3 changed files with 20 additions and 19 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue