dynasticorpheus / gigasetelements-cli

Gigaset Elements - python based command line interface
GNU General Public License v2.0
35 stars 11 forks source link

Camera snapshot support #9

Closed dynasticorpheus closed 4 years ago

dynasticorpheus commented 8 years ago
dynasticorpheus commented 8 years ago

Option to download JPG snapshot - commit 8f380f8

zagub59 commented 4 years ago

Hello @dynasticorpheus ! First things first, THANK YOU for bringing this code to the community ! I've been using your work for several years now and it has been doing perfectly great so far.

I'd like to know if you had the chance to implement the screenshot capability for Gigaset cameras into a working version as it does not appear within the last version installed by pip. It would be very useful for my use.

I also have an error while using the '-a' argument to get cameras infos : Traceback (most recent call last): File "/home/pi/.local/bin/gigasetelements-cli", line 10, in sys.exit(main()) File "/home/pi/.local/lib/python2.7/site-packages/gigasetelements/gigasetelements.py", line 699, in main camera_info() File "/home/pi/.local/lib/python2.7/site-packages/gigasetelements/gigasetelements.py", line 642, in camera_info log('Camera stream'.ljust(17) + ' | ' + stream.upper().ljust(8) + ' | ' + stream_data['uri'][stream]) KeyError: 'rtmp'

Maybe you could help ?

Thanks again !

dynasticorpheus commented 4 years ago

Hi @zagub59 The issue should be resolved when using the latest DEV version which can be installed via:

pip install git+https://github.com/dynasticorpheus/gigasetelements-cli@develop

Also snapshot support is included in this version.