UVC Support - Running a script as main.py

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!

The alternative here ios to build your own app that displays the images from the camera when the camera is connected to the pc.
Despite that you can use a tv shield and display the video directly to a monitor.