KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.11k stars 338 forks source link

shutter(constants.start) does not work for GoPro Hero 9 Black #251

Closed shubham9436 closed 2 years ago

shubham9436 commented 3 years ago

Problem:

As stated shutter(constants.start) works for GoPro Hero 9 Black.

Using the following code:

from goprocam import GoProCamera, constants

gpCam = GoProCamera.GoPro()
gpCam.mode(constants.Mode.PhotoMode)
gpCam.shutter(constants.start)

Camera gets connected but shutter method does not work. The camera kind of hangs (on the mobile app, it shows busy) and does not click any photo. Is it possible to capture photo using WiFi for GoPro Hero 9 Black?

Details: