First I will confess, I am a noob. I have successfully installed OpenPV and connected the Nicla vision for streaming images following this tutorial: https://docs.arduino.cc/tutorials/nicla-vision/live-streaming/
Everything is working well.... but I'm not "getting it". What I want to do is to start gathering training images of my test environment to develop a machine learning model... however I'd like to do that over Wifi, with my laptop in my comfy office and the Nicla Vision communicating over Wifi so I can record what it is seeing to create training data. One of the application examples of this tutorial is "Monitor industrial processes", so I would think this is a reasonable expectation.
My confusion stems from the fact that while yes, the Nicla Vision is connected to WIFI, (I can see the stream on my phone), it stills needs first to be connected to my laptop via a USB cable to do anything... so how is this stream useful? How can I ditch the USB cable and send a stream without being connected by USB and connected to OpenMV?
So I guess my question is this: how can I get the board to connect to Wifi, stream images to OpenMV without being connected to my laptop first? I think I'm missing something quite fundamental here! Do I need to give up on this approach and try to get a long USB cable connected between my board and the test environment?
Thanks in advance!