openmv/usr/examples/fb_viewer.py
2014-02-21 23:06:36 +02:00

5 lines
111 B
Python

from openmv import sensor, imlib
sensor.set_pixformat(sensor.RGB565)
while (True):
image = sensor.snapshot()