Sending Image from OpenMv Camera to Remote Server

Hello All, I am very much new to OpenMv, i am having Open MV Camera and wifi sheild, i want to send an screen shot from camera to remote url. I am new to micro python also, can any one help me. thanks in advance. i have planned to send from micro python by using URL, on the server i am using PHP to grab image and store in server. I am really confused , i have done some research , i have know that we can send using Requets but i am unable to understand how ?

Hi, can you confirm you can get the mjpeg streaming example working? That pretty much shows how to stream pictures. Extending that to do a single image shouldn’t be that hard.

The PHP side of things and how to format the data is up to you how to decide how to write that however.