KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.39k stars 211 forks source link

Camera Battery Percentage #132

Open shubham9436 opened 4 years ago

shubham9436 commented 4 years ago

Is your feature request related to a problem? Please describe. I could not find any API for getting the exact battery Level. Using this gpCam.getStatus(constants.Status.Status, constants.Status.STATUS.BatteryLevel) , I can only get whether the battery is charging, nearly empty, low, halfway or full

Describe the solution you'd like Please provide some API to get the exact battery percentage.

shubham9436 commented 4 years ago

Has above feature been developed?