tchellomello/python-arlo

Start/Stop Recording command?

Opened this issue · 1 comments

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

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.