KonradIT / gopro-py-api

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

power_off and shut down the camera #130

Open cils92810 opened 4 years ago

cils92810 commented 4 years ago

Thank you for developing this python api, it helps me a lot. I'm new to GoPro, and my camera is Hero7 Black. I can power on and off the camera with the api, but there's a question confusing me. When I power off the camera (goproCamera.power_off()), my laptop is still connecting GoPro's WiFi, and I can power on the camera with goproCamera.power_on(MAC_addr). My question is that after I power off the camera, the camera's WiFi is still alive. Does it mean the camera is not actually shut off and keeps consuming the power?

KonradIT commented 4 years ago

When the camera is off, it's not completely off unless you manually turn the WiFi off beforehand yes.