Page 1 of 1

Starting GoPro when Action Button Pressed

Posted: Sun May 14, 2017 3:09 pm
by dyip
Is there any way to monitor the status of the Action button, or determine the logging status via Lua Script? I would like to start/stop logging via the Action button and have my GoPro camera start/stop at the same time.

Posted: Sun May 14, 2017 5:31 pm
by boggie1688

Posted: Sun May 14, 2017 5:41 pm
by dyip
Thanks!

Posted: Tue May 23, 2017 8:38 pm
by dyip
It appears that the getButton() function does not work in my RCP3. However, I have found a better function - isLogging() which works well and I don't have to worry about the timing and length of the button push.

As far as GoPro script, I am having problems, but will start a separate thread.