Work around slow decoder/converter issues
Since our VPU can't decode to a format anything MDP can understand
decoding a frame consists of 2 steps, decode and convert. Performing
both operations in the same thread context serializes operations,
nothing is decoded while something is converted and vice versa.
Add a queue to decouple thread context and allow both steps to
execute concurrently.
Fixes some errors of the kind
"There may be a timestamping problem, or this computer is too slow."
Change-Id: I95b6eb92d36a4b402c82ae0ca5dbb537aeaf760c
1 file changed
tree: e5d508ad4ef9c280efa8ce320e9cd2d517a0a68e
- debian/
- edgetpuvision/
- plugins/
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- setup.py
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
To build debian pacakge run:
dpkg-buildpackage -b -rfakeroot -us -uc -tc