diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-06 11:12:18 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-06 15:09:32 +0100 |
commit | bf42754794d22e3dc7cc83dbf63cc64f417364ca (patch) | |
tree | 44925811f314aa1fd1c5753d50a3e08a86e4316a /data | |
parent | afb2b5856d11f4658d9918547c20525b81490334 (diff) |
ipu3: Use ChromeOS tuning file paths
During development, the IPA relied upon tuning database files copied
from Chrome OS, duplicated in this repository, and installed in a second
location on the target, in /usr/share/libcamera/ipa/ipu3/. Having two
copies of the same files on the target devices is not only pointless,
it also causes an issue with some Soraka models that use a different
sensor module, with a different tuning file.
Use the tuning files from Chrome OS directly and drop our copies.
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/00ov13858.aiqb | bin | 522800 -> 0 bytes | |||
-rw-r--r-- | data/01ov5670.aiqb | bin | 215064 -> 0 bytes | |||
-rw-r--r-- | data/meson.build | 12 | ||||
-rw-r--r-- | data/ov13858_7BAD03T2.aiqb | bin | 522800 -> 0 bytes | |||
-rw-r--r-- | data/ov13858_TFC13MYHCE.aiqb | bin | 522800 -> 0 bytes |
5 files changed, 0 insertions, 12 deletions
diff --git a/data/00ov13858.aiqb b/data/00ov13858.aiqb Binary files differdeleted file mode 100644 index a1a658e..0000000 --- a/data/00ov13858.aiqb +++ /dev/null diff --git a/data/01ov5670.aiqb b/data/01ov5670.aiqb Binary files differdeleted file mode 100644 index 365dd16..0000000 --- a/data/01ov5670.aiqb +++ /dev/null diff --git a/data/meson.build b/data/meson.build deleted file mode 100644 index 3d6e5f5..0000000 --- a/data/meson.build +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -ipa_data_dir = get_option('datadir') / 'libcamera' / 'ipa' - -ipu3_aiqb_data = files([ - '00ov13858.aiqb', - '01ov5670.aiqb', -]) - -install_data(ipu3_aiqb_data, - install_dir : ipa_data_dir / 'ipu3') - diff --git a/data/ov13858_7BAD03T2.aiqb b/data/ov13858_7BAD03T2.aiqb Binary files differdeleted file mode 100644 index 5b30ab1..0000000 --- a/data/ov13858_7BAD03T2.aiqb +++ /dev/null diff --git a/data/ov13858_TFC13MYHCE.aiqb b/data/ov13858_TFC13MYHCE.aiqb Binary files differdeleted file mode 100644 index a1a658e..0000000 --- a/data/ov13858_TFC13MYHCE.aiqb +++ /dev/null |