bf66a1d251
Add a tuning file for the IMX477 more suited to scientific applications. The key differences from the original tuning file are: - Disable ALSC block completely - Pure rec709 gamma curve, and no contrast enhance - New CT curve and CCMs based on the illumination spectrum of a black body radiator up to about 3600 K and the CIE illuminant D for higher color temperatures. Further details on the changes can be found at: https://forums.raspberrypi.com/viewtopic.php?t=343449 All credit for these changes go to Dr. Rolf Henkel. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Rolf Henkel <cpixip@pixelcircus.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
23 lines
472 B
Meson
23 lines
472 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
conf_files = files([
|
|
'imx219.json',
|
|
'imx219_noir.json',
|
|
'imx290.json',
|
|
'imx296.json',
|
|
'imx296_mono.json',
|
|
'imx378.json',
|
|
'imx477.json',
|
|
'imx477_noir.json',
|
|
'imx477_scientific.json',
|
|
'imx519.json',
|
|
'ov5647.json',
|
|
'ov5647_noir.json',
|
|
'ov9281_mono.json',
|
|
'se327m12.json',
|
|
'uncalibrated.json',
|
|
])
|
|
|
|
install_data(conf_files,
|
|
install_dir : ipa_data_dir / 'raspberrypi')
|