Search found 5 matches
- Mon Jan 14, 2019 2:44 am
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11677
Re: how to send image to server by post to http?
Thanks.By the way,Is the ATwinC1500 hardware itself not supported SSL or just does not transplant the relevant ssl code in OpenMV3?
- Sun Jan 13, 2019 7:43 pm
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11677
Re: how to send image to server by post to http?
Hi,the MJPEG example is based on http,but my server address is based on https. when i use the function:usocket.getaddrinfo(),it can't parse url correctly,there was an error in the OpenMV IDE,Oserror -1. My URL is https://aip.baidubce.com/rest/2.0/image ... 5-15254242 I thought it just related to Htt...
- Fri Jan 11, 2019 3:53 am
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11677
Re: how to send image to server by post to http?
I can't find him in the Members.Can you help me to invite him to see this question?
best wishes
best wishes
- Thu Jan 10, 2019 7:19 pm
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11677
Re: how to send image to server by post to http?
thanks so much.
Do you know how to post to http in the openmv ?just follow the request which i proposed.how to set the header about client.send()?
And,How to parse url?Is there a function in OpenMV just like Python function-urlopen() to parse urls?

Do you know how to post to http in the openmv ?just follow the request which i proposed.how to set the header about client.send()?
And,How to parse url?Is there a function in OpenMV just like Python function-urlopen() to parse urls?
- Wed Jan 09, 2019 7:19 pm
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11677
how to send image to server by post to http?
Dear, I am so sorry to send this message to you.I want to ask for some advice. I am working on a project related to gesture recognition. Currently, there are OpenMV3 and WIFI extensions. I want to capture images through OpenMV CAM, convert the images to binary data or base64 encoding, use wifi to ac...