Adding recording #29
+2
-2
@@ -14,8 +14,8 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
from picamera2 import Picamera2
|
from picamera2 import Picamera2
|
||||||
from picamera2.encoders import H264Encoder, MJPEGEncoder
|
from picamera2.encoders import H264Encoder
|
||||||
from picamera2.outputs import FileOutput, FfmpegOutput
|
from picamera2.outputs import FileOutput
|
||||||
|
|
||||||
PICAMERA_AVAILABLE = True
|
PICAMERA_AVAILABLE = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Reference in New Issue
Block a user