-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hero9 Black - Shoot video and sample scripts not working, device hangs up #180
Comments
Note you cannot use shutter controls over WiFi or USB on current firmwares. Refer to this repository for information on older firmware compatibility. |
So I should try with Firmware 1.2x right? Vielen Dank für die schnelle Antwort! |
You'll still not be able to stop a recording, but you can start it over WiFi/USB on this FW. For full control: https://github.com/konradit/gopro-ble-py |
Thanks. Now I can at least trigger the video recording start via USB, I have to stop it by clicking on the camera. |
No |
Describe the bug
a) Running the provided "download_video.py" of the repo leads to the camera not responding anymore. It's required to remove the battery for the device to restart.
b) Running shoot_video triggers the video recording, but recording does not stop.
c) Running shoot_video from an USB connection leads to the camera waking up, but no recording starts.
To Reproduce
Following script leads to a video recording starting but not ending:
Script run with python3 script.py 0 (WLAN connection) leads to the camera recording but nothing happening.
If I connect to the camera via USB (Gopro Connect mode, get device name with ifconfig) the scripts will run without error but the camera will not react at all after waking up. Script then run as python3 script.py 0 en7
Expected behavior
Recording starts and ends automatically.
Camera should start recording (USB connection).
Desktop (please complete the following information):
Connect to camera via WiFi in Mac OS 11.3.1 , ARM M1. Firmware: v1.50.
Connect to camera via USB too.
The text was updated successfully, but these errors were encountered: