Camera Output

Is it possible to view Output of camera in another app ,I don’t want to show openMV code to someone
I just want output of camera

We don’t have another app except for the IDE right now. We do plan to add a command line app in the future for control and viewing.

Um, so, if you don’t want to show the code you can use the Open Terminal feature of OpenMV IDE to see what the camera is up to. The Open Terminal feature opens a serial port debug window with a frame buffer. Any script running on the Cam that’s printing data will send that data to the terminal. To send an image you just need to call print(img.compressed_for_ide()) on it to see it.

Thanks a lot sir
I don’t know about terminal made my day :smiley: :smiley: :smiley: