src: ipa: raspberrypi: Change 'sport' exposure mode name to 'short'

The names have to match for the setting to work. Use the libcamera
terminology for consistency (even though it touches more files).

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
David Plowman 2020-11-20 11:16:18 +00:00 committed by Kieran Bingham
parent 589d4e6c20
commit 6669051825
4 changed files with 4 additions and 4 deletions

View file

@ -140,7 +140,7 @@
1.0, 2.0, 4.0, 6.0, 6.0
]
},
"sport":
"short":
{
"shutter":
[

View file

@ -140,7 +140,7 @@
1.0, 2.0, 4.0, 6.0, 6.0
]
},
"sport":
"short":
{
"shutter":
[

View file

@ -140,7 +140,7 @@
1.0, 2.0, 4.0, 6.0, 6.0
]
},
"sport":
"short":
{
"shutter":
[

View file

@ -130,7 +130,7 @@ class Camera:
"shutter": [100, 10000, 30000, 60000, 120000],
"gain": [1.0, 2.0, 4.0, 6.0, 6.0]
},
"sport": {
"short": {
"shutter": [100, 5000, 10000, 20000, 120000],
"gain": [1.0, 2.0, 4.0, 6.0, 6.0]
}