Skip to content

Commit

Permalink
Eclipse updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Apr 9, 2024
1 parent 688d00b commit dfd9bd5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
6 changes: 2 additions & 4 deletions docs/control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
## Get Labs Camera Firmware
Brand new to Labs? Get the firmare and info on [**Labs installation**](https://gopro.github.io/labs)

## Solar Elipse Planning <span style="color:steelblue">(coming April 8th, 2024)</span>
Get the most from the upcoming [**Solar Elipse with Labs custom timelapse controls**](./eclipse)

## Configuration Commands for All Labs Enabled Cameras

* Set camera modes with the [**Customizable QR Code Creator**](./custom) and here optimized for [**Bones**](../bones)
Expand All @@ -41,6 +38,7 @@ and as a mobile app:<br>
* **HERO8-12/Bones** - [**Daily Time-lapse**](./dailytl) with optional upload
* Schedule your camera to automatically [**Time-lapse Sunsets and Sunrises**](./solartimelapse)
* **Deprecated** - This style is less reliable than the above types [**Daily Long Time-lapses**](./construction)
* Solar Eclipse [**Timelapse Planner**](./eclipse)

## Video Alteration Features
* **HERO8-12/MAX/Bones** - Set the [**Max Shutter Angle**](./maxshut) for control over stabilization in low light
Expand Down Expand Up @@ -80,7 +78,7 @@ An incomplete set of [**Release Notes**](./notes)
* **HERO10/11/Mini/12/MAX** Labs scripting via [**Visual Script Tool**](https://gopro.github.io/labs/build/)


updated: April 5, 2024
updated: April 9, 2024


<script>
Expand Down
15 changes: 13 additions & 2 deletions docs/control/eclipse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ For those who want to experiment further, Labs firmware allows you to script the
The problem is we haven’t had a prior eclipse to practice these extensions on. The very experimental script would be to run type 2) capture until the first second of totality, then switch to type 3), automatically
creating two separate video timelapses.

#### 2024 Example of Type 4 (starting at Type 2 and ending in Type 3.)
Example from user Scotty MacPherson shooting with HERO11 running Labs v2.30.70.<br>
Totality exposure of Type 2<br>
![Type2-Totality.jpg](Type2-Totality.jpg) ![Type2Type2TotalityFrame.jpg](Type2TotalityFrame.jpg)<br>
Totality exposure of Type 3<br>
![Type3-Totality.jpg](Type3-Totality.jpg) ![Type3Type2TotalityFrame.jpg](Type3TotalityFrame.jpg)<br>
<video width="504" height="284" controls>
<source src="https://gopro.github.io/labs/control/eclipse/Type4-1080-30fps.mp4" type="video/mp4">
</video>


## Troubleshooting and Advance Configurations
All of Labs features use the Pro Mode on your Black addition camera. In Pro Mode you can change a lot of settings, but to keep these scripts from getting too complex,
some assumptions have been made that the settings are close to the system defaults. The script below assume your camera has time-lapse Video and
Expand Down Expand Up @@ -123,7 +134,7 @@ Setup A thru D options:
&nbsp;&nbsp;<input type="radio" id="res6" name="res" value="r5T"><label for="res6">5K 4:3</label><sub>H11</sub>
&nbsp;&nbsp;<input type="radio" id="res7" name="res" value="r5X"><label for="res7">5K 8:7</label><sub>H12</sub>
</div>
<div><b>C - Totality Start:</b> <input type="range" style="width: 480px;" id="tlstrt" name="tlstrt" min="660" max="1080" value="720"><label for="tlstrt"></label> <b id="starttext">:</b><input type="text" id="addsec" value="" style="width:45px"></div>
<div><b>C - Totality Start:</b> <input type="range" style="width: 480px;" id="tlstrt" name="tlstrt" min="600" max="1080" value="720"><label for="tlstrt"></label> <b id="starttext">:</b><input type="text" id="addsec" value="" style="width:45px"></div>
<div><b>D - Totality Length:</b> <input type="range" style="width: 300px;" id="tlend" name="tlend" min="1" max="5" value="4"><label for="tlend"></label> <b id="lentext"></b> minutes &nbsp;&nbsp; Totality End Time: <b id="endtext"> seconds</b></div>

Estimated Timelapse Playback Length: <b id="tllen"></b> seconds
Expand Down Expand Up @@ -151,7 +162,7 @@ Share this QR Code as a URL: <small id="urltext"></small><br>
**Compatibility:** Labs enabled HERO11 and HERO12 (likely some support with older Labs enabled cameras, please test.)

updated: April 6, 2024
updated: April 9, 2024

[More features](..) for Labs enabled cameras

Expand Down
Binary file added docs/control/eclipse/Type2-Totality.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/control/eclipse/Type2TotalityFrame.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/control/eclipse/Type3-Totality.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/control/eclipse/Type3TotalityFrame.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/control/eclipse/Type4-1080-30fps.mp4
Binary file not shown.

0 comments on commit dfd9bd5

Please sign in to comment.