python-arlo icon indicating copy to clipboard operation
python-arlo copied to clipboard

Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.

Results 21 python-arlo issues
Sort by recently updated
recently updated
newest added

Can you check if your code still works with Arlo pro 2

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?

Hi, I have PyArlo run every 30 mins to check my Arlo base station using AzureDevOps pipelines. Running PyArlo('username', 'passwordhere') is now giving the following error: PyArlo('username', 'passwordhere') Traceback (most...

Pi's are new to me but super interested in getting Arlo cameras up on Twister OS which I am using. Ideally a "one click" to install the cameras to an...

It seems Arlo is pushing customers to enable 2 factor auth. Any plans to support that?

Hi, I would to know if it is possible set a device on/off in the same way I can do selecting a cam from "devices windows", accessing to setup of...

I'm aware this is an ID10T error, but after hours I can't figure out how to save the most recent camera snapshot to disk. using last_image I can echo it...

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)

I can no longer sign in, please could you help, my credentials are working on the other "arlo" library. here is my code and the output **Code:** ``` from pyarlo...

The battery level and signal strength return "None" on the Arlo Go cameras. The rest of the values seem to work. I can see Signal Strength values if I check...