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

Detach camera from display dependency (v831) #39

Open
ricardojlrufino opened this issue Jul 5, 2022 · 1 comment
Open

Detach camera from display dependency (v831) #39

ricardojlrufino opened this issue Jul 5, 2022 · 1 comment

Comments

@ricardojlrufino
Copy link

ricardojlrufino commented Jul 5, 2022

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)
@junhuanchen
Copy link
Contributor

Indeed, in my latest version, I thought about it and turned off the default display on the V831, which was originally designed as an extension of the camera app because of its multilayer device (VO) support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants