Set default streaming resolution to 640x480.

1280x720 is too large for CPU based color conversion and encoding,
giving us only ~5 fps with lots of pixelation at the default bit
rate. This low resolution gives ~30 fps in the browser over USB
network interface.

Change-Id: I50087dd36b143de4fe109e50e4b1fd0b981170fd
1 file changed
tree: 04da894c6d1e1fb912bb8c188271f90be1357211
  1. debian/
  2. edgetpuvision/
  3. .gitignore
  4. MANIFEST.in
  5. README.md
  6. setup.py
  7. 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