gopro32 icon indicating copy to clipboard operation
gopro32 copied to clipboard

Enabling shutter and other features?

Open PlastiBots opened this issue 3 years ago • 3 comments
trafficstars

Hi. Thanks for creating this. It's the first library I've managed to get that works well with my Hero 7 Black! In your code, I noticed you noted you were hoping to enable other features (per below). I'm looking to control the shutter to take photos. Wondering if you have progressed this at all and can share code? I don't understand the world of BT comms very well and not sure how to enable these features.

uint16_t WiFiOn[] = {17, 01, 01};
uint16_t WiFiOff[] = {17, 01, 00};
uint16_t RecordStart[] = {01, 01, 01};
uint16_t RecordStop[] = {01, 01, 00};
uint16_t ModeVideo[] = {02, 01, 00};
uint16_t ModePhoto[] = {02, 01, 01};
uint16_t ModeMultiShot[] = {02, 01, 02};

PlastiBots avatar Dec 19 '21 12:12 PlastiBots

For BT there's another project which uses a Bluetooth stack to interface with the GoPro.

https://github.com/enclot/GoProBLE

There's a PR there by me to enable the shutter button

KonradIT avatar Dec 19 '21 13:12 KonradIT

For BT there's another project which uses a Bluetooth stack to interface with the GoPro.

https://github.com/enclot/GoProBLE

There's a PR there by me to enable the shutter button

KonradIT avatar Dec 19 '21 13:12 KonradIT

Thanks for the suggestion. I've also been toying with that one. However, it has been failing (ESP resets) related to the NimBLE library (tried with M5Stack Atom Lite and Pico C3). I'll raise an issue over there to see if they know.

PlastiBots avatar Dec 19 '21 14:12 PlastiBots