Fix video headless pipeline

With mtkmdp element, the headless pipeline would stall if mtkmdp
connects directly to glbox. Add a workaround to fix the headless
pipeline until v4l2convert is enabled.

Change-Id: I788a8cf9bdf3a192561292e1b911e162241de69a
1 file changed
tree: ea454b85604e4bed40ec947b8b8622627c2c9c15
  1. debian/
  2. edgetpuvision/
  3. plugins/
  4. .gitignore
  5. LICENSE
  6. MANIFEST.in
  7. README.md
  8. setup.py
  9. 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