Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Disabling a camera #109

Open
danieledge opened this issue Aug 17, 2019 · 1 comment
Open

Disabling a camera #109

danieledge opened this issue Aug 17, 2019 · 1 comment

Comments

@danieledge
Copy link

I’ve been trying to disable a camera, but not having much joy..

Snippet from my python script..

Where am I going wrong?

is_enabled = False
cam = arlo.cameras[1]
arlo.base_stations[0].set_camera_enabled(cam.uniqueid,is_enabled)

@randyesq
Copy link

arlo.base_stations[0].set_camera_enabled(cam.unique_id,is_enabled)

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