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()