commit | ee8fe33b336de2b81928bb8e69e869d21e7822b6 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Tue Oct 08 15:28:04 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Tue Oct 08 15:28:04 2019 -0700 |
tree | 25034554eeae4058d8ca621a84960403d4b43b96 | |
parent | 75db0cb35828adca3612f1900f71b1bcf0a449c5 [diff] |
Fix compatibility with glfilterbin, glvideoflip glfilterbin is the standard way of using OpenGL filters, let's stick to the standard. This also solves an incompatibility with glvideoflip where output box was incorrectly drawn when glvideoflip rotated the buffer upstream. Change-Id: I012efa7519b1d6949c7064b8039830221e1d9021
Python API to run inference on image data coming from the camera.
python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel
Install stdeb
package by running apt-get install python3-stdeb
or pip3 install stdeb
. Then to generate debian folder run:
python3 setup.py --command-packages=stdeb.command debianize
To build debian pacakge run:
dpkg-buildpackage -b -rfakeroot -us -uc -tc