Use v4l2convert to connect decodebin

Use v4l2convert to invoke mdp for HW video decoder format conversion.
 * Remove the branching of video source and image source
 * Remove the extra videoconvert before the displaysink
 * Remove the branching workaround in video_headless_pipeline

This will also eliminate the gstreamer error messages caused by the
mtkmdp element.

Bug: b/151393184, b/164147474

Change-Id: Icb1961161cf01d5236b5d688d1de39d5f61ecad2
3 files changed
tree: f4d4d1d111af5182c1fe09294e7fec9486e9f5b5
  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