openmv/usr/examples/fb_viewer.py
2014-03-19 01:44:47 +02:00

5 lines
99 B
Python

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