Skip to content

Releases: trikset/trik-media-sensors-dsp

Fix RGB/BGR preview

13 Jun 09:57
40426d9
Compare
Choose a tag to compare
Fix rgb888 to rgb565 conversion (#7)

* Fix rgb888 to rgb565 conversion

Old variants of LCD swapped R and B channels, so the corresponding hack was
added to the DSP modules.
Now LCD display works correctly, so this hack is not needed anymore.

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>

* Update binaries

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>

Full webcam support

16 May 15:28
214607d
Compare
Choose a tag to compare
Merge pull request #6 from KirillSmirnov/master

Add webcam variants for all algorithms