Firstly, thank you for creating AMB82-MINI. its a very great board.
Im trying to create my own arduino code out from the examples that was given. but there isn’t seem an example that will make send the image via POST request to a server.
I tried looking at the library here: HttpClient Class – Realtek IoT/Wi-Fi MCU Solutions
but the example given is only for “GET” request.
Are you able to help me out to show a snippet on how to send the image via POST?
I am on this line that captures the image
Camera.getImage(CHANNEL, &img_addr, &img_len);
can you show me a sample POST please?
my Arduino coding is basic, but im able to understand it.
i tried chatGPT, but it gave me the wrong library, it uses HTTPClient instead of HttpClient (note the uppercase and lowercase difference)
thank you