Hello, I would like to run a specific script on the openmv with Flir Lition 3.5 then use uvc.bin to share the video. Can I save the script as main.py and use uvc.bin so I can use it as a standard webcam? Thanks
Hi, no that’s not possible. You can either use the default firmware (with python scripting and image functions) or the uvc.bin
firmware which turns the cam into a webcam, but not both at the same time.
Thank you for the quick response!