Camera Image viewer

Is any application available in Windows / Linux to view Openmv camera video to set lens focus and exposure

Just use OpenMV IDE. If you want to hide the text editor you can move parts of the IDE around such that only the frame buffer is displayed.

Thanks for quick reply, to provide viewer for user, any application or source code available in JAVA/C/Python

I just don’t have the bandwidth to make another application and support it. Users just need to use the IDE. Note that I built flags into the IDE to allow it to be launched without an editor.

Please run the IDE on the command line and pass the --help argument to it and you’ll see some messages about how to launch it without the main IDE window starting. Instead just a frame buffer window will start.

Yes!
In addition to the IDE options, we have a Python module and example script.

Thanks sir