commit | dc7e579d3403c9c4ed3a9f457788d02d5202f367 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Fri Mar 22 16:09:58 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 28 16:14:15 2019 -0700 |
tree | 85e9c6db6063fbfe7335d936f9c365d062bd54f9 | |
parent | 59af515da3aeb318133b3d1b7d158dc587f389ad [diff] |
Disable QoS events in live camera pipeline. Camera timestamp jitter varies widely from one random webcam to another, if too high upstream elements such basetransforms will start dropping buffers. This has been observed with a common 1080p Logitech camera, and is likely to happen with other cameras too. Disabling QoS avoids the drops and renders every frame, even the "late" ones. Coral camera worked fine and continues to do so. Change-Id: I8ad41c6afeebb3a505cf4c70bf538a054c205ee2
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