Seeed-Studio / Seeed_Arduino_SSCMA

Arduino library for devices supporting the SSCMA-Micro firmware
MIT License
25 stars 5 forks source link

Is it possible to retrieve the last image? #7

Closed AlistairMRoss closed 6 months ago

LynnL4 commented 6 months ago

Hi, If you enable the reply of image, you can get the image, it is recommended to get the image through the uart interface, if you want to get the image https://github.com/Seeed-Studio/Seeed_Arduino_SSCMA/blob/e20575075904e16220d3694a91b553e6b0711028/examples/inference_uart/inference_uart.ino#L23 https://github.com/Seeed-Studio/Seeed_Arduino_SSCMA/blob/e20575075904e16220d3694a91b553e6b0711028/examples/inference_uart/inference_uart.ino#L99

AlistairMRoss commented 6 months ago

Thank you so much