tchellomello / python-arlo

Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
GNU Lesser General Public License v3.0
100 stars 35 forks source link

Start/Stop Recording command? #38

Open jmrfsc opened 7 years ago

jmrfsc commented 7 years ago

Hi, is there any way to issue a start/stop recording command for a camera? Thanks. Regards

chaddotson commented 7 years ago

Not currently, but I am working on such a thing at the moment for taking snapshots. I think the start recording endpoint functions similarly. Only potential issue is the camera must be in "streaming" mode. It feels a bit kludgy right now because I have to tall the camera.live_streaming() to start it up, then quickly post to the snapshot endpoint. I'd be happy for input on a way to handle this better.