Skip to content

Get OSError after change of camera? #42

@Jibun-no-Kage

Description

@Jibun-no-Kage

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions