Skip to content

Commit

Permalink
HERO13 Labs update to 1.30.72
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Dec 13, 2024
1 parent c43de60 commit 152d400
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ or in advanced setups, such as multiple cameras time synchronization or delayed
your GoPro, this update simply adds more features. Safe to install, safe to use, only the extended feature are experimental and they are all off by default.

Download the GoPro Labs firmware for current shipping cameras:
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_70) - v1.30.70, November 21, 2024
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_72) - v1.30.72, December 13, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_32_70) - v2.32.70, December 12, 2024

Download and install for older cameras:
Expand Down Expand Up @@ -116,4 +116,4 @@ GoPro QR code generator for basic [camera settings](https://gopro.github.io/labs

Labs is expanding, experiment software for GoPro users [GoPro Labs software](docs/software/).

updated: December 12, 2024<br>
updated: December 13, 2024<br>
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ or in advanced setups, such as multiple cameras time synchronization or delayed
your GoPro, this update simply adds more features. Safe to install, safe to use, only the extended feature are experimental and they are all off by default.

Download the GoPro Labs firmware for current shipping cameras:
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_70) - v1.30.70, November 21, 2024
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_72) - v1.30.72, December 13, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_32_70) - v2.32.70, December 12, 2024

Download and install for older cameras:
Expand Down Expand Up @@ -114,4 +114,4 @@ GoPro QR code generator for basic [camera settings](https://gopro.github.io/labs

Labs is expanding, experiment software for GoPro users [GoPro Labs software](software).

updated: December 12, 2024<br>
updated: December 13, 2024<br>
14 changes: 13 additions & 1 deletion docs/control/notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Only the more recent releases are documented below. This a general list of Labs

## HERO13 Black

### 1.30.72 - December 13, 2024
- Added variable $f to determine how full the SD Card is. Returns -1 if the SD card is ejected, or storage remaining in GBytes. Use $f:U for storage used in GBytes. e.g. `$PMSG="$f GB"!R`
- Added support for printing the contents of fourCCs directly `"bitrate $BITR"` and `"Owner $OWNR"` are now supported.
- Fixed range time conditional in form >time<time(TRUE)~(FALSE) the else wasn't be processed.
- Fixed for scripts Photo follow by a sleep.
- Fixed WBDV red channel clipping (overflow).

### 1.30.70 - November 21, 2024
- Added WBDV - White Balance DiVe improvements. Rather than WARM for improving diving white balance, which effects WB the same at all depths,
WBDV is more automatic -- as the scene get more blue, the more the red channel is gain up. Currently $WBDV=1 is uses =2.33,4.0 internally
Expand Down Expand Up @@ -83,9 +90,14 @@ For advanced Labs users, preset names can call macros. Warning: don't put perman
### 2.32.70 - December 12, 2024
- Added variable $f to determine how full the SD Card is. Returns -1 if the SD card is ejected, or storage remaining in GBytes. Use $f:U for storage used in GBytes. e.g. `$PMSG="$f GB"!R`
- Added support for printing the contents of fourCCs directly `"bitrate $BITR"` and `"Owner $OWNR"` are now supported.
- Added SHEL - Using $SHEL=1 enables a command shell for Labs over a USB serial port. Every experimental, and looking for feedback.
Connect to COM at 115200 8N1. All QR code command work, just type them. Used $ commands will report their data back to the shell,
e.g. $BITR or $A or $p:T to read variables.
- Fixed range time conditional in form >time<time(TRUE)~(FALSE) the else wasn't be processed.
- Fixed for scripts Photo follow by a sleep.
- Fixed WBDV red channel clipping (overflow).
- Fixed voice control enabling in Labs


### 2.30.70 - November 13, 2024
- Added *DRFT=1 for automatic clock fix.
Expand Down Expand Up @@ -623,6 +635,6 @@ Display the current mode with with this command: ```"mode $v"!R``` or fast/clea



updated: December 12, 2024
updated: December 13, 2024

[Learn more](..) on QR Control

0 comments on commit 152d400

Please sign in to comment.