-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Get OSError after change of camera? I changed from an OV5640 to OV2640 and changed the frame size as well.
#theCamera = Camera(frame_size=FrameSize.HD, pixel_format=PixelFormat.JPEG, init=False)
theCamera = Camera(frame_size=FrameSize.VGA, pixel_format=PixelFormat.JPEG, init=False)
But now getting the following error?
OSError: [Errno 95] EOPNOTSUPP: ESP_ERR_NOT_SUPPORTED
Metadata
Metadata
Assignees
Labels
No labels