platypush/platypush/plugins/camera
Fabio Manganiello b9360cf2c5 camera.close() should be in a finally block to make sure that we don't
run out of resources because of failed camera initializations
2019-08-25 16:51:10 +02:00
..
__init__.py Only import cv2 in the methods that require it (prevents camera.pi 2019-08-07 09:43:40 +02:00
pi.py camera.close() should be in a finally block to make sure that we don't 2019-08-25 16:51:10 +02:00