I'd like to add a camera to the Azure Sphere so I can scout out Azure's Machine Vision.
I found a serial camera online that looks like it would do the trick, but I cannot find any example code in C for use with the Sphere. The Azure code examples are C# and use file or URL locations for the image versus posting binary data.
Camera: https://jpegcamera.com/home-featured-product/sc03mpa/#1473811716330-a3fcd95b-cdfd
Does anyone have tips on how I would take the data from the camera which is sent by serial and send it to the Azure Machine Vision site on the Azure Sphere?
Thanks,
Sean