-
Notifications
You must be signed in to change notification settings - Fork 335
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
Starting and stopping video with BLE requests (HERO9) #254
Comments
I having a tough time figuring out how to convert the Requests section from https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/bluetooth-api.md to bluetooth requests |
To start and stop video send the following byte array: Start: Stop: And to use with gatttool, copy the command as specified here: https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/Platforms/ArchLinux.md |
Thanks I was having trouble finding this page |
I am still having a tough time I can connect to my camera and change settings with |
Problem:
I am trying to find the bluetooth requests to start and stop the recording of my gopro 9, I already have figured out how to control video settings with gatttool. Is there a cheat sheet anywhere? Or could someone explain to me how to find the requests for certain commands, I am new to this and all I can figure out how to do is change the camera resolution. This page https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/ArchLinux.md is not working
Details:
The text was updated successfully, but these errors were encountered: