MaixPy-v1_scripts
MaixPy-v1_scripts copied to clipboard
Maixduino demo_send_pic can't sent img compression>40
I'm using the demo_send_pic.py demo and I wanted to send an image compressed quality=80 but I got errors:
esp32_spi_wait_spi_char START_CMD error esp32_spi_socket_write: get resp error! [MaixPy] esp32_socket_send | send data failed [Errno 5] EIO I tried to modify the server script putting a time.sleep(0.025) in the receive and now I can send a quality 50 compressed image. Why?
esp32 not fully supported yet