commit | fe37f1366bb1ef5296108306c74e2292b8fc4341 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Tue Nov 12 15:12:17 2019 -0800 |
committer | Jonas Larsson <ljonas@google.com> | Tue Nov 12 15:12:17 2019 -0800 |
tree | c75b6180f4cba671aad60235af579bf81b5c2192 | |
parent | f0b80227937b1a4decd9125810fe208f4343ef7c [diff] |
glsvgoverlaysink: expose qos, sync, max-lateness and fullscreen properties These properties are implemented in glimagesink but not exposed through pygobject unless explicitly defined. BUG: 142900877 Change-Id: Ied1c6ae8023d092ff08ec0cb24b20b4313786f3d
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