10 Commits

Author SHA1 Message Date
pikastech
ee9d1e696a auto release packages form linux port 2023-03-15 16:20:59 +08:00
pikastech
9493db3d7c add test file 2022-07-26 10:49:20 +08:00
pikastech
4eff1e69d5 use alloc instead of VLA to support MSVC in PikaCV
markdown the mem err in PikaCV_test10.py
2022-07-21 14:06:03 +08:00
pikastech
b6b09ead5c update testfiles to examples 2022-07-20 21:39:58 +08:00
pikastech
108dbebace add examples to PikaCV 2022-07-15 18:10:37 +08:00
pikastech
554bd00302 write to test/out folder 2022-07-15 15:20:30 +08:00
pikastech
8889671586 push binascii to package 2022-07-14 10:59:51 +08:00
pikastech
b7964797f1 transfer to BMP is ok 2022-07-11 10:22:04 +08:00
pikastech
6d4ac36199 support class method 2022-07-08 18:00:46 +08:00
李昂
b463e812bf !42 Support PikaCV, can read data from Jpeg and convert to rgb888/rgb565
* add pikaCV-test.cpp
* read(Image) and convert to RGB565 is tested ok
* transfer can return res, but not assert
* format tjpgd
* add test for PikaCV
* add assert for newContent
* restore assets
* restore PikaCV.pyi
* restore PikaCV
* restore uint16_t
* add jpeg_test.py
* move ADC, GPIO, RGB ... to Device
* add jd_decomp
* convert_JPEGtoREG888 is not ok
* connecting tjpegdec
* Converter.toRGB565() .toRGB888() .toGRay() eachother is ok
* support Gray
* add PikaCV_Image, PikaCV_ImageFormat
* add classes for PikaCV
* add PikaCV
2022-07-08 09:33:53 +00:00