Having issue with WiFi connectivity

Attached is error I am getting. Need help.
Getting OSError: The pathname format is invalid

Adding more info
OpenMV 10E 2.4.0
OpenMV H7 R1
WiFI ATWINC1500-MR210PB

The firmware file should be on SD card, please undo the changes to the path read the comments in the script.

Thanks, fixed it. I am connected now.
I have another questions

  1. If I use your imagestream.py and want to send it to a client on the same network, how do I do that?
    I got the browser client working on an edge device on the same network. How do I do that non-browser, like an application.
    Thanks

Hi, wifi gives you low level socket control. You can do anything with sockets. If you need an example of how to write this code see our rtsp driver: openmv/rtsp.py at master · openmv/openmv · GitHub

See the web servers example in the ide for using the above library.

Thanks for the prompt reply.
I am reviewing and it says on supports OV2640/OV5640
I have OV7725, what changes do I need to make?

Thanks

You don’t need to make any changes. However, VLC will not playback the jpeg images we produce with software jpeg compression. Other rtsp programs may work. This is more of an issue with VLC than the OpenMV Cam.