commit | 19f60263efa4c0136d1cd4d0fac5a7e1b6805cbc | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Tue Apr 02 23:36:37 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Wed Apr 03 18:30:51 2019 +0000 |
tree | 747c456e97499ad2f1b3bcc055d195161e315453 | |
parent | f3b914f7e0e7c0d7f943463a95be23e8f52c0f68 [diff] |
Honor bufferpool stride alignment when rendering overlays Buffer pool may be allocated by hardware specific routines that specify specific stride alignment. When rendering overlays we must honor the specified constraints or risk garbage being rendered downstream. In the current specific use case the downstream element is glupload, which NXP has modified to require a stride that's 16*bpp aligned for their Vivante specific fastpath to work. They also disabled all the standard fallback paths for dmabufs assumed present, so unless upstream adheres to the HW constrains garbage is rendered. Change-Id: I2710446ddd4a9e23da5888c5a04f40833e28cbb5
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