Good morning,
I use the Netduino helpers VC0706.cs class, I modify the function "TakePicture" which doesn't need anymore a path to save the image on the Netduino Plus but it sends bytes via TCP/IP.
I retrieve bytes from the camera buffer, but I can't convert them into a base64 string because a few of them are equal to '!' and '*' characters which aren't supported by the base64 standard, so I can't rebuild the base64 string as an image with a memory stream... Any ideas?
Thanks for your help!