jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
517 stars 124 forks source link

How To Check If Camera Is On Or Off? #158

Closed prakash-patel closed 3 years ago

prakash-patel commented 3 years ago

By calling Notify endpoint i can turn on and off camera. Is that any endpoint i can call for device and they tells me if camera is on or off?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

sniggum42 commented 3 years ago

I too am struggling to find a way to validate the status of a camera. What is the best way to return the on/off status of a device ?

jeffreydwalter commented 3 years ago

Try GetCameraState.

sniggum42 commented 3 years ago

Using GetCameraState I can see the 'privacyActive' attribute change when I turn one of the cameras on or off. 'False' for on, 'True' for off. Seems a strange attribute to report on

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.