Ensure appsink branch uses same OpenGL display as the rendering branch.

If not they're gonna be using different GL contexts which causes problems
since they need to share the same textures (and contexts aren't created
as shared). One symptom is the inference frames being all zeroes (black).

Change-Id: I010cf518086b9a5ae97202a62ccb1aea04735355
1 file changed
tree: fd34c5df8bf8d6a8a2fb7a4992528abd260dd2dd
  1. debian/
  2. edgetpuvision/
  3. .gitignore
  4. MANIFEST.in
  5. README.md
  6. setup.py
  7. 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