I have already deployed image classificaiton model (edge impulse model )in Nicla Vision and want to send the data I connect (string label and integer locaiton) through. Using the example for wifi connection, the board is connected. Now I can I send the data through wifi after it is connected?
Using the example MJPG streaming, I can see the video. But how to upload string and integer to the client website? Could you give me an example.
There are a ton of ways to do that. You need to decide exactly which you want to do. There’s a whole REST API which you can use to send that data to an API endpoint.
Thanks for your help. Is there any example code for the REST API?
There’s a full example here for uploading images to a server with HTTP POST, and we even have a docker image and instructions to setup a server for testing.