X00TD/X01BD: patched, clean & add missing camera blobs
* used patchelf (drop uneeded , replace needed) for patching
This commit is contained in:
@@ -1,110 +0,0 @@
|
||||
<!--
|
||||
Copyright (c) 2015 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
<!--
|
||||
CameraModuleConfig :
|
||||
This node must be added for each module prosent in the device.
|
||||
It contain all information about the module present.
|
||||
The number of nodes of CameraModuleConfig indicate number of modules
|
||||
to be probed on the device.
|
||||
Maximum number of CameraModuleConfig nodes is 10
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*CameraId :
|
||||
Camera Id is the Slot number in which the mode is plugged.
|
||||
Valid values are 0, 1, 2 and 3.
|
||||
*SensorName :
|
||||
Name of the sensor present on the module.
|
||||
The sensor library name should be of the form libmmcamera_<SensorName>.so
|
||||
ActuatorName :
|
||||
Name of the actuator on this module.
|
||||
The actuator library name should be of the form libactuator_<ActuatorName>.so.
|
||||
If there is no actuator remove the <ActuatorName> node.
|
||||
EepromName :
|
||||
Name of the eeprom on this module.
|
||||
Eeprom lib name should be of the form libmmcamera_<EepromName>_eeprom.so
|
||||
If there is no eeprom remove the <EepromName> node.
|
||||
FlashName :
|
||||
Name of the flash on this module.
|
||||
The flash library name should be of the form libflash_<FlashName>.so.
|
||||
If there is no flash remove the <FlashName> node.
|
||||
ChromatixName :
|
||||
Name of the tuning xml file.
|
||||
Tuning file contains the list of chromatix library names.
|
||||
If there is no tuning xml file remove the <ChromatixName> node.
|
||||
Position :
|
||||
Position of the sensor module. Valid values are:
|
||||
BACK, FRONT and BACK_AUX
|
||||
MountAngle :
|
||||
Angle at which the sensor is mounted. Valid values are 0, 90, 180, 270 and 360.
|
||||
To use default mountangle mentioned in kernel use 360.
|
||||
|
||||
CsiInfo : This node contains information about the receiver configuration.
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*CSIDCore :
|
||||
CSID core to receive the data. Valid values are 0, 1, 2 and 3.
|
||||
*LaneMask :
|
||||
Mask to mention which lane is enabled.
|
||||
LaneMask[0] for DL0.
|
||||
LaneMask[1] for CLK.
|
||||
LaneMask[2] for DL1.
|
||||
LaneMask[3] for DL2.
|
||||
LaneMask[4] for DL3
|
||||
*LaneAssign :
|
||||
Number which describes the lane mapping between sensor and PHY.
|
||||
LaneAssign[0:3] is sensor lane number connected to data lane 0 of PHY on MSM
|
||||
LaneAssign[4:7] is sensor lane number connected to data lane 2 of PHY on MSM
|
||||
LaneAssign[8:11] is sensor lane number connected to data lane 3 of PHY on MSM
|
||||
LaneAssign[12:15] is sensor lane number connected to data lane 4 of PHY on MSM
|
||||
|
||||
NOTE : Lane 1 is reserved for the clock lane.
|
||||
Wiring and setting it to a data lane is prohibited.
|
||||
ComboMode :
|
||||
Flag to enable combo mode.
|
||||
This flag is enabled if multiple sensors are using same CSI-PHY receiver
|
||||
|
||||
LensInfo : Information of the lens present in the module.
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*FocalLength :
|
||||
FocalLength of the lens in micometers.
|
||||
Distance between the center of curvature to the focal point.
|
||||
*FNumber :
|
||||
FNumber of the lens.
|
||||
*TotalFocusDistance : The total distance in meters the lens could focus.
|
||||
*HorizontalViewAngle : HorizontalViewAngle in degrees
|
||||
*VerticalViewAngle : VerticalViewAngle in degrees
|
||||
*MinFocusDistance : Minimum distance in meters the lens could focus.
|
||||
|
||||
*VARIABLES MARKED WITH ASTRICK (*) ARE MANDATORY.
|
||||
|
||||
-->
|
||||
|
||||
<CameraConfigurationRoot>
|
||||
<CameraModuleConfig>
|
||||
<CameraId>0</CameraId>
|
||||
<SensorName>csidtg</SensorName>
|
||||
<ChromatixName>csidtg_chromatix</ChromatixName>
|
||||
<ActuatorName>pseudo</ActuatorName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>BACK</Position>
|
||||
<MountAngle>360</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>0</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>3.82</FocalLength>
|
||||
<FNumber>2.0</FNumber>
|
||||
<TotalFocusDistance>1.2</TotalFocusDistance>
|
||||
<HorizontalViewAngle>69.6</HorizontalViewAngle>
|
||||
<VerticalViewAngle>43.0</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
</CameraConfigurationRoot>
|
||||
@@ -1,203 +0,0 @@
|
||||
<!--
|
||||
Copyright (c) 2015-2016 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask has values from this list:
|
||||
"FLASH"
|
||||
"ZOOM_UPSCALE"
|
||||
"ZOOM_DOWNSCALE"
|
||||
"OIS_CAPTURE"
|
||||
"ISO_100"
|
||||
"ISO_200"
|
||||
"ISO_400"
|
||||
"ISO_800"
|
||||
"ISO_1600"
|
||||
"DIM_720P"
|
||||
"DIM_1080P"
|
||||
"DIM_UHD"
|
||||
"SCENE_LANDSCAPE"
|
||||
"SCENE_SNOW"
|
||||
"SCENE_BEACH"
|
||||
"SCENE_SUNSET"
|
||||
"SCENE_NIGHT"
|
||||
"SCENE_PORTRAIT"
|
||||
"SCENE_BACKLIGHT"
|
||||
"SCENE_SPORTS"
|
||||
"SCENE_ANTISHAKE"
|
||||
"SCENE_FLOWERS"
|
||||
"SCENE_CANDLELIGHT"
|
||||
"SCENE_FIREWORKS"
|
||||
"SCENE_PARTY"
|
||||
"SCENE_NIGHT_PORTRAIT"
|
||||
"SCENE_THEATRE"
|
||||
"SCENE_ACTION"
|
||||
"SCENE_AR"
|
||||
"SCENE_FACE_PRIORITY"
|
||||
"SCENE_BARCODE"
|
||||
|
||||
special_mode_mask:
|
||||
special_mode_mask is a string or a group of strings from the above list
|
||||
separated by a comma(,) or pipe (|) but not both.
|
||||
Multiple strings in special_mode_mask separated by | share same
|
||||
chromatix name. It picks the chromatix when any one of the
|
||||
modes mentioned in the list ar selected.
|
||||
Multiple strings in special_mode_mask separated by , means to use the
|
||||
chromatix when all the those modes are selected.
|
||||
special_mode_mask can contain any number of special modes delimited by
|
||||
, or | but cannot be both.
|
||||
Valid usecases:
|
||||
"ISO_100|SCENE_BEACH|SCENE_SNOW"
|
||||
"ISO_100,SCENE_BEACH,SCENE_SNOW"
|
||||
Invalid usecases:
|
||||
"ISO_100|SCENE_BEACH,SCENE_SNOW"
|
||||
"ISO_100,SCENE_BEACH|SCENE_SNOW"
|
||||
|
||||
Creating special_mode_mask examples:
|
||||
If a special chromatix is required for ISO100 then
|
||||
special_mode_mask="ISO_100"
|
||||
If a special chromatix is required when both ISO100 and BEACH are set
|
||||
special_mode_mask="ISO_100,SCENE_BEACH"
|
||||
If same chromatix is to be used for SPORTS, BEACH, SNOW then
|
||||
special_mode_mask="ISO_100|SCENE_BEACH|SCENE_SNOW"
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>csidtg_common</ISPCommon>
|
||||
<PostProc>csidtg_postproc</PostProc>
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="1">
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="2">
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="3">
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="4">
|
||||
<ISPPreview>csidtg_preview</ISPPreview>
|
||||
<ISPSnapshot>csidtg_preview</ISPSnapshot>
|
||||
<ISPVideo>csidtg_preview</ISPVideo>
|
||||
<CPPPreview>csidtg_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>csidtg_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>csidtg_cpp_preview</CPPVideo>
|
||||
<CPPLiveshot>csidtg_cpp_preview</CPPLiveshot>
|
||||
<A3Preview>csidtg_zsl_preview</A3Preview>
|
||||
<A3Video>csidtg_zsl_preview</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
@@ -1,175 +0,0 @@
|
||||
<!--
|
||||
Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask values:
|
||||
SENSOR_SPECIAL_MODE_NONE = 0,
|
||||
SENSOR_SPECIAL_MODE_FLASH = 1,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_UPSCALE = 2,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_DOWNSCALE = 4,
|
||||
SENSOR_SPECIAL_MODE_OIS_CAPTURE = 8,
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>ov13855_common</ISPCommon>
|
||||
<PostProc>ov13855_postproc</PostProc>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="FLASH">
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_UPSCALE">
|
||||
<CPPSnapshot>ov13855_cpp_us_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_DOWNSCALE">
|
||||
<CPPSnapshot>ov13855_cpp_ds_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>ov13855_snapshot</ISPPreview>
|
||||
<ISPSnapshot>ov13855_snapshot</ISPSnapshot>
|
||||
<ISPVideo>ov13855_video_full</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_snapshot</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video_full</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_snapshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_zsl_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_zsl_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="1">
|
||||
<ISPPreview>ov13855_snapshot</ISPPreview>
|
||||
<ISPSnapshot>ov13855_snapshot</ISPSnapshot>
|
||||
<ISPVideo>ov13855_video_full</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_snapshot</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video_full</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_snapshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_zsl_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_zsl_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="2">
|
||||
<ISPPreview>ov13855_preview</ISPPreview>
|
||||
<ISPSnapshot>ov13855_preview</ISPSnapshot>
|
||||
<ISPVideo>ov13855_default_video</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_liveshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_default_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_default_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="3">
|
||||
<ISPPreview>ov13855_preview</ISPPreview>
|
||||
<ISPSnapshot>ov13855_preview</ISPSnapshot>
|
||||
<ISPVideo>ov13855_default_video</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_liveshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_default_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_default_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="4">
|
||||
<ISPPreview>ov13855_hfr_60</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_60</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_60</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_60</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_60</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_60</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_60</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_60_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_60_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="5">
|
||||
<ISPPreview>ov13855_hfr_90</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_90</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_90</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_90</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_90</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_90</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_90</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_90_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_90_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="6">
|
||||
<ISPPreview>ov13855_hfr_120</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_120</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_120</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_120</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_120</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_120</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_120</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_120_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_120_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
<!--
|
||||
Copyright (c) 2016 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask values:
|
||||
SENSOR_SPECIAL_MODE_NONE = 0,
|
||||
SENSOR_SPECIAL_MODE_FLASH = 1,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_UPSCALE = 2,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_DOWNSCALE = 4,
|
||||
SENSOR_SPECIAL_MODE_OIS_CAPTURE = 8,
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>ov8856_common</ISPCommon>
|
||||
<PostProc>ov8856_postproc</PostProc>
|
||||
<CPPPreview>ov8856_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>ov8856_cpp_snapshot</CPPSnapshot>
|
||||
<CPPLiveshot>ov8856_cpp_liveshot</CPPLiveshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_UPSCALE">
|
||||
<CPPSnapshot>ov8856_cpp_us_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_DOWNSCALE">
|
||||
<CPPSnapshot>ov8856_cpp_ds_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>ov8856_snapshot</ISPPreview>
|
||||
<ISPSnapshot>ov8856_snapshot</ISPSnapshot>
|
||||
<ISPVideo>ov8856_default_video</ISPVideo>
|
||||
<CPPVideo>ov8856_cpp_video</CPPVideo>
|
||||
<A3Preview>ov8856_zsl_preview</A3Preview>
|
||||
<A3Video>ov8856_zsl_video</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="1">
|
||||
<ISPPreview>ov8856_preview</ISPPreview>
|
||||
<ISPSnapshot>ov8856_preview</ISPSnapshot>
|
||||
<ISPVideo>ov8856_default_video</ISPVideo>
|
||||
<CPPVideo>ov8856_cpp_video</CPPVideo>
|
||||
<A3Preview>ov8856_a3_default_preview</A3Preview>
|
||||
<A3Video>ov8856_a3_default_video</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="2">
|
||||
<ISPPreview>ov8856_preview</ISPPreview>
|
||||
<ISPSnapshot>ov8856_preview</ISPSnapshot>
|
||||
<ISPVideo>ov8856_default_video</ISPVideo>
|
||||
<CPPVideo>ov8856_cpp_video</CPPVideo>
|
||||
<A3Preview>ov8856_a3_default_preview</A3Preview>
|
||||
<A3Video>ov8856_a3_default_video</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="3">
|
||||
<ISPPreview>ov8856_hfr_60</ISPPreview>
|
||||
<ISPSnapshot>ov8856_hfr_60</ISPSnapshot>
|
||||
<ISPVideo>ov8856_hfr_60</ISPVideo>
|
||||
<CPPVideo>ov8856_cpp_hfr_60</CPPVideo>
|
||||
<A3Preview>ov8856_a3_hfr_60</A3Preview>
|
||||
<A3Video>ov8856_a3_hfr_60</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="4">
|
||||
<ISPPreview>ov8856_hfr_90</ISPPreview>
|
||||
<ISPSnapshot>ov8856_hfr_90</ISPSnapshot>
|
||||
<ISPVideo>ov8856_hfr_90</ISPVideo>
|
||||
<CPPVideo>ov8856_cpp_hfr_90</CPPVideo>
|
||||
<A3Preview>ov8856_a3_hfr_90</A3Preview>
|
||||
<A3Video>ov8856_a3_hfr_90</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
|
||||
Reference in New Issue
Block a user