Basic PTZ support

This commit is contained in:
Shea Smith
2021-11-27 02:34:03 +00:00
parent c1155af169
commit e910bac1ae
5 changed files with 236 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RUN apt-get -qq update \
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \
&& python3 get-pip.py "pip==20.2.4"
RUN pip3 install scikit-build
RUN pip3 install scikit-build onvif_zeep
RUN pip3 wheel --wheel-dir=/wheels \
opencv-python-headless \