Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Detach camera from display dependency (v831) #39

@ricardojlrufino

Description

@ricardojlrufino

I was able to successfully run an old version of MaixPy3 on a generic IP camera (v831).
However, the new versions of the library (camera) seem to be strongly coupled to the need to have a display.

It would be interesting to have some parameter in cam.config(size, display=True), which would serve to activate or not the display.

from maix import camera
camera.config(size=(640, 480), display=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions