Run glTexImage2D in a separate context

glTexImage2D is a slow operation that blocks the GL thread, offload
it to a separate context in the same share group so it is done in
a separate thread.

Change-Id: I6922d293bbe4763e066a13a00f938de3b803dab2
1 file changed
tree: 0fe409d1a4f8ef25c753dcb3d3e6a29fe23bae6f
  1. debian/
  2. edgetpuvision/
  3. plugins/
  4. .gitignore
  5. LICENSE
  6. MANIFEST.in
  7. README.md
  8. 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