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
1 file changed
tree: cf94e01c3e67d3961db5b5f8148cb7c6a9ad8aac
  1. debian/
  2. edgetpuvision/
  3. plugins/
  4. .gitignore
  5. LICENSE
  6. MANIFEST.in
  7. README.md
  8. setup.py
  9. 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