commit | 19e564a397fdf183df0204b07f1ff7ada6b1d570 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Aug 21 16:51:17 2020 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Aug 21 16:51:17 2020 -0700 |
tree | e8716397cb809cb150228f75ee904edec4d7d3c3 | |
parent | 4c80bdee913b8c6bd0760b94ee6cbdb7a165b1b2 [diff] |
Add waylandsink fullscreen support With /etc/xdg/weston/weston.ini set the display mode to 720p, we need to enable the fullscreen support so the display will not get cut off Tested: edgetpu_{detect, classify, demo} Change-Id: I06e434369ce9076902e71c009a25484d0532e333
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