DenisCarriere / gopro

:camera: GoPro Hero 4 - Python API
MIT License
86 stars 22 forks source link

Get Current Photo & Video #2

Open DenisCarriere opened 10 years ago

DenisCarriere commented 10 years ago
>>> camera.current
{'photo':68, 'video':3}
...
>>> camera.current_photo
68
>>> camera.current_video
3