From 775c34fecf8ad3deb244e57d00b86c06fd8cdb14 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 22 Mar 2014 19:44:13 +0200 Subject: [PATCH] Change capture format to png --- usr/openmv-fb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/openmv-fb.py b/usr/openmv-fb.py index 4e1f45273..0bc891967 100755 --- a/usr/openmv-fb.py +++ b/usr/openmv-fb.py @@ -46,7 +46,7 @@ while running: if event.key == pygame.K_ESCAPE: running = False if event.key == pygame.K_c: - pygame.image.save(image, "capture.jpeg") + pygame.image.save(image, "capture.png") pygame.quit()