commit | 4fbcc9245ab50b4725f11a1c0155e40b12c7b84f | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Oct 26 10:57:59 2020 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Oct 26 10:57:59 2020 -0700 |
tree | ea454b85604e4bed40ec947b8b8622627c2c9c15 | |
parent | 245478577efca46ae98c4e8efedc15ba83829550 [diff] |
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
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