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
1 file changed
tree: 85e9c6db6063fbfe7335d936f9c365d062bd54f9
  1. debian/
  2. edgetpuvision/
  3. .gitignore
  4. MANIFEST.in
  5. README.md
  6. setup.py
  7. stdeb.cfg
README.md

edgetpuvision

Python API to run inference on image data coming from the camera.

Build

python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel

Debian pacakge

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