gopro / labs

GoPro Labs
Apache License 2.0
474 stars 39 forks source link

Does Motion Detect work with oDO/LCD Off command on GP11? #496

Closed anteedrew closed 1 year ago

anteedrew commented 1 year ago

Hi David, I have a GP11 on Labs v2.12.70. As the title reads, I'm unable to get "oDO"(LCD Off Now) to work with Motion Detect in the same command string.

oDO works on its own, and a Motion Detect command of "!SM5H5!R" works on its own, but when I combine into "!SM5H5!RoDO" it seems to completely ignore the LCD off command. Any ideas on any fix or workaround?

I would just let the screen go to sleep after 1 minute, but it wakes the screen every time new motion is detected.

Thanks for any tips or insight you might have, I appreciate all the work you and your team have put into the Labs fireware for GP!

dnewman-gpsw commented 1 year ago

Reorder you command

!SM5H5!RoDO

is

loop: Start Motion (parameters 5,H5) Goto loop (!R) everything else is ignored

So this will work better: oDO!SM5H5!R

However the screen will still turn on when motion is detected. We could fit that. On the list.

anteedrew commented 1 year ago

Thanks David! Any idea how long an update like this might take to reach live firmware? I have a trip in about 1 month where I'd like to utilize a fully functional oDO!SM5H5!R

As a side note, I'm sparingly able to get my desired results by using oDO first, and while the screen is off, I use !SM5H5!R to start the motion detection. I use the official GoPro app to monitor when it starts/stops recording. Sometimes the screen will stay off when Motion Detect starts, but it's too inconsistent for me to have faith that it'll work when I need it to.

dnewman-gpsw commented 1 year ago

The screen start with the start capture, so it is core to the camera (I looked into it.) Just set the bright to 10% (oB1) and auto off to 1 minute (oS1). The only way to have the screen off within a couple of seconds is to use a new style script rather than the old !SMx style motion capture.

image

Generated: MotionCapture-8_22_2023, 15_48_34

From https://gopro.github.io/labs/build