commit | 417ae3ca3fd9c9e60b8132a7d0150b390ea5d4f3 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Wed Sep 25 13:01:11 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Wed Sep 25 13:07:02 2019 -0700 |
tree | fd34c5df8bf8d6a8a2fb7a4992528abd260dd2dd | |
parent | fe26cdb71531c3540d589ec1ceb5c45d85db8d72 [diff] |
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
Python API to run inference on image data coming from the camera.
python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel
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