Video Feed

Hi,

I was wondering where I can access the python (or other) script(s) that create the video feed on the OpenMV IDE. I am trying to stream the video over html/javascript on a web page (before doing other functions over the web page) and would love any help with this.

Thanks!

Abby

Hi, the serial protocol is in this script:

And this one shows how to use it.

Note that you can roll your own custom protocol too and whatnot. You can just send data out the UART in whatever format you like. I.e. you can compress an image and then transmit it via the uart to wherever.