Skip to content
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

Open
jacobstasiewicz opened this issue Aug 10, 2021 · 5 comments
Open

Starting and stopping video with BLE requests (HERO9) #254

jacobstasiewicz opened this issue Aug 10, 2021 · 5 comments

Comments

@jacobstasiewicz
Copy link

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:

  • GoPro Camera(s): Gopro 9
  • Firmware Version: 01.00
  • Steps to reproduce: NA
  • Happens every time? [Y/N]: Y
@jacobstasiewicz
Copy link
Author

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

@KonradIT
Copy link
Owner

To start and stop video send the following byte array:

Start: 3,1,1,1

Stop: 3,1,1,0

And to use with gatttool, copy the command as specified here: https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/Platforms/ArchLinux.md

@jacobstasiewicz
Copy link
Author

Thanks I was having trouble finding this page

@jacobstasiewicz
Copy link
Author

I am still having a tough time I can connect to my camera and change settings with char-write-req __________ perfectly fine but when I try to use char-write-req 38 03010101 to start recording, gatttool reads " characteristic value was written successfully "but then the camera wont record

@KonradIT
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants