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

Save snapshot image to disk. #111

Open ijg opened 5 years ago

ijg commented 5 years ago

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 to the console, but am missing how to write it to a file. I had assumed appending download_thumbnail may do the job, but I was wrong. Though this does work for last_video.

thank you for any help you can offer.