I think I’ll take a crack at this over the next few days. I’m working with the 4D uCam and its library (which will need some adapting from Due to Spark).
I hate to be a pain, but I’m not totally sure how to send chunked data over TCPClient so I’d like to ask for a bit of clarification. I’m comfortable writing a web-side POST form to receive data, it’s just the Arduino I’m not so sure of…
To send an image, would one just get data in chunks inside the if (client.connect(server, 80)){}
loop and keep printing to serial?