Skip to content

Commit 04724e7

Browse files
authored
Updated notes
1 parent 5de9649 commit 04724e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All subsequent transforms have been developed using the Native to XYZ matrix val
3232
**Recent GoPro camera releases have different sensors but they appear to use the same color matrix data. <sup>#<sup>**
3333

3434
> **<sup>#</sup> Important:**
35-
> Whilst all GoPros appear to use the same Color Matrices, the raw gains applied for Native White Balance are different between the various imaging sensors and the resulting XYZ Matrix will also be different.
35+
> Whilst all GoPros appear to use the same Color Matrices, the raw gains applied for Native White Balance are different between the various imaging sensors and even within the models using the same sensors. The resulting XYZ Matrix will be different for each GoPro model.
3636
> <br>There will be slight color variations when the "Native" color transforms (based off the IMX117 sensor) are used across the different GoPro iterations. The Rec.709 Gamut based transforms should work across all variations regardless.
3737
3838
The imaging sensors and their associated GoPro models are listed below:
@@ -44,14 +44,16 @@ The imaging sensors and their associated GoPro models are listed below:
4444
| IMX677(L) | Hero 9 Black<br>Hero 10 Black<br>Hero 11 Black<br>Hero 12 Black |
4545

4646

47-
The Native to XYZ matrix (for IMX117 based GoPros) is derived as below *:
47+
The Native to XYZ matrix (for IMX117 based GoPro HERO5) is derived as below *:
4848

4949
[ 0.501918 0.294524 0.154014 ]
5050
[ 0.138173 0.913553 -0.051725 ]
5151
[ 0.078774 -0.320766 1.331049 ]
5252

5353
> <sub>* A slight margin of error must be factored in due to the 3 decimal place rounding on the source Native to sRGB matrix data.</sub>
5454
55+
For camera specific profiles, including WIDE=1, custom LOGB parameters and Tungsten presets, refer to the commercially available GP-Tune Transform instead: https://xtremestuff.net/store/gp-tune-transform/
56+
5557

5658
## Installation
5759

0 commit comments

Comments
 (0)