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!
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!