commit | f0b80227937b1a4decd9125810fe208f4343ef7c | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Tue Nov 12 15:09:07 2019 -0800 |
committer | Jonas Larsson <ljonas@google.com> | Tue Nov 12 15:09:07 2019 -0800 |
tree | cf94e01c3e67d3961db5b5f8148cb7c6a9ad8aac | |
parent | 5e6a7a8db745270e82dc0ff48dce2549a6d6088c [diff] |
glsvgoverlaysink: fix do_get_property An exception is silently raised when called, typically eaten by the plugin loader: GObject.get_property() argument 1 must be str, not gobject.GParamSpec BUG: 144376463 Change-Id: I0a66bfadb7243eeb5c633692be21427a4b99dad9
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