This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: DCC file differences and errors

Part Number: TDA4VM

Hi, I have replaced the AR0233 default dcc config with DCC tool generated configurations. As i open these there are certain differences in the files. And when i  ran this in the EVM, am getting some errors. Am little confused on which route to follow for the seamless dcc tuning. please help.


 

AR0233_ipipe_rgb2rgb_1_dcc.xml
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<IPIPE_RGB_RGB_1_xml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--this is comment-->
<dcc_name>ipipe_rgb2rgb</dcc_name>
<dcc_header>
<camera_module_id> 233 </camera_module_id>
<dcc_descriptor_id> 10 </dcc_descriptor_id>
<algorithm_vendor_id> 1 </algorithm_vendor_id>
<tunning_tool_version> 0 </tunning_tool_version>
</dcc_header>
<!--=======================================================================-->
<typedef>
<cfg_rgb2rgb type="struct">
<!-- [RR] [GR] [BR] [CR]
[RG] [GG] [BG] [CG]
[RB] [GB] [BB] [CB] -->
<!-- Blending + Chroma values (S12Q8 format) -->
<ccm type="int16[3][4]"> </ccm> <!-- ipipe rgb2rgb matrix: S12Q8 -->
<!-- [OR] [OG] [OB] -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
asamplesensor_rgb2rgb_dcc.xml
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<cfg_rgb2rgb_xml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--this is comment-->
<dcc_name>cfg_rgb2rgb</dcc_name>
<dcc_header>
<camera_module_id> 42 </camera_module_id>
<dcc_descriptor_id> 10 </dcc_descriptor_id>
<algorithm_vendor_id> 1 </algorithm_vendor_id>
<tunning_tool_version> 0 </tunning_tool_version>
</dcc_header>
<!--=======================================================================-->
<typedef>
<cfg_rgb2rgb type="struct">
<!-- [RR] [GR] [BR] [CR]
[RG] [GG] [BG] [CG]
[RB] [GB] [BB] [CB] -->
<!-- Blending + Chroma values (S12Q8 format) -->
<ccm type="int16[3][4]"> </ccm> <!-- ipipe rgb2rgb matrix: S12Q8 -->
<!-- [OR] [OG] [OB] -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX