Will nicla vision be able to run the rtsp example from openmv?
I see that the device is able to connect to my router and I’m able to ping the ip, but cannot get it to start streaming in VLC
I also changed the pixel format to rgb565 but I was expecting to fail at a later stage due to encoding issues? but the rtsp stream function loop seems to be stuck in checking
The ip that nicla is printing is something like 192.168.xx.xx:554
Trying to stream in vlc using rtsp://192.168.xx.xx:554
But it doesn’t seem to be working, I also tried with different wifi routers and mobile hotspots
Did anyone here try streaming rtsp in nicla vision?
Did anyone manage to successfully stream feed via rtsp?
Hi, it won’t work on that camera since it only seems to work with JPEGs from the OV5640 camera module. However, you appear to have a different error. Not sure why.
This also worked I guess, not sure about it though
The device continued to raise OSError 12memory error at this point
I printed the free memory using gc.mem_free() and it shows 159808, which I hope is sufficient?
It continued for some time before the VLC raised the error that it’s failing to connect with the message: VLC is unable to open the MRL ‘rtsp://192.168.105.221:554’ Check the log for details.
My guess is the socket continues to be in use even after s.close() ?, not sure about it though.