Add missing imx-gst1.0-plugin dependency (vpudec filter).

Change-Id: I64d1293bd330a0b06d92ff6ad2250d1721a224f7
(cherry picked from commit 1056f33a4d97a7316c9a5d53e1fe6cad328d66cf)
1 file changed
tree: 4a3ae3a60fa993a307d4fec0755e3d0c6c8150e9
  1. bin/
  2. debian/
  3. edgetpuvision/
  4. .gitignore
  5. MANIFEST.in
  6. README.md
  7. setup.py
  8. 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