theContentMint / GoProRemote

24 stars 3 forks source link

Commands from remote #5

Open sepp89117 opened 5 years ago

sepp89117 commented 5 years ago

Hello, I'm currently writing a code that allows you to control multiple GoPros. The connection, status message, start and stop the recording and power off the cameras everything works. I have a problem with change mode. The camera does not respond to CM. Does anyone know what exactly the command of the remote control is? At the moment I am sending: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x43, 0x4D, 0x00

I thought with the zero at the end, the camera switches to default mode, but no. Please share with me your knowledge. I'll soon share the finished code!

sepp89117 commented 5 years ago

Take a look at https://github.com/sepp89117/GoPro-Multiple-Smart-Remote-ESP8266