Sending Image Data over HTTP

Hi,
I’m trying to capture motion and send a frame/image to a service behind a URL.

If I can have a string with an image’s content, I can craft an HTTP request using a TCP socket client. Also, is there a way to serialize an image into a string?

What is the OpenMV way of sharing images with external services?

To answer myself, it looks like the mjpeg_streamer_2.py example might serve as a reference.

Yep, that’s what the demos are for.

Thanks