commit | fe26cdb71531c3540d589ec1ceb5c45d85db8d72 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Wed Sep 25 12:04:53 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Wed Sep 25 13:06:47 2019 -0700 |
tree | e0b9c31af6a0fe1f26434daeb13fc3252e9d7250 | |
parent | 046890c7b471d3f9e16a42e41837c04b24d9e9b7 [diff] |
Remove GstBuffer refcount workaround Bindings for GStreamer 1.14 have finally fixed the underlying issue. Change-Id: I0f367e230ddbe9f3ba7c8a0e0df248d0b609cb93
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