openmv/usr/examples
Kwabena W. Agyeman 5316b26d83 Added a new mjpeg module for Mjpeg support.
The built-in mjpeg module allows you to record videos seamlessly. It
will automatically compress the frame buffer using the extra space in the
main ram. So... you don't have to pass it jpeg images. Gets 7 FPS at
320x240 while connected to the computer too (it has to compress the
frame twice in this situation).

Anyway, the module work like Gif.
2016-03-05 20:03:48 -05:00
..
ble.py Add BLE example. 2016-02-28 04:12:56 +02:00
blob_detection.py Uncomment sensor.reset in blob_detection example 2015-10-04 00:29:20 +02:00
colorbar.py Update colorbar script 2015-08-06 12:16:52 +02:00
compress_image.py Update Python examples 2016-02-19 18:03:20 +02:00
drawing.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
echo_server.py Use str to convert received buffer 2014-10-10 04:12:14 +02:00
edge_detection.py Add new morph function. 2016-02-29 18:04:45 -05:00
face_detection.py Update face detection example 2016-02-17 22:09:02 +02:00
face_eye_detection.py Update face, eye and iris detection scripts. 2016-02-21 23:04:31 +02:00
face_tracking.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
gif.py Add support for color gif. 2016-03-04 23:30:01 -05:00
helloworld.py Update Python examples 2016-02-19 18:03:20 +02:00
image_filters.py Add image filters example. 2016-02-28 04:07:28 +02:00
iris_detection.py Update face, eye and iris detection scripts. 2016-02-21 23:04:31 +02:00
keypoints.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
lbp_desc.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
lcd.py Update examples 2015-08-13 23:09:06 +02:00
main.py Update examples 2015-08-13 23:09:06 +02:00
median.py Update examples 2015-08-13 23:09:06 +02:00
mjpeg_streamer.py Add echo server and mjpeg streamer 2014-07-05 03:45:41 +02:00
mjpeg.py Added a new mjpeg module for Mjpeg support. 2016-03-05 20:03:48 -05:00
mlx_lcd.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
mlx.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
motion_detection.py Background Subtraction is working!!! 2016-02-27 11:58:37 -05:00
selftest.py Update examples 2015-08-13 23:09:06 +02:00
set_pixel.py Implement set_pixel 2015-08-20 16:25:37 +02:00
template_matching.py Update examples 2015-08-13 23:09:06 +02:00
video.py Update examples 2015-08-13 23:09:06 +02:00
write_jpeg.py Update examples 2015-08-13 23:09:06 +02:00
write_ppm.py Update examples 2015-08-13 23:09:06 +02:00