Add gstreamer and desktop dependencies.

Change-Id: Ic14291cf27f48f68894ffb8735a7452fb9c9c431
(cherry picked from commit ef9cfa457d08a528b07b7cbceeb018669a652364)
1 file changed
tree: 2fdb894c50c4beb27b9ee7e60a605fe134053c9b
  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