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: Parser error for DCC file

Part Number: TDA4VM

Hello,

I am getting a parser error when running the single camera demo with the IMX390. 

I currently have the original files in the folder "imaging/sensor_drv/src/imx390".  I have also run both of the "generate_dcc.sh" in the wdr and linear folders, then rebuilt the SDK, visions_apps, and reflashed.

Here is the code in the IMX390_ipipe_rgb2rgb_1_dcc.xml file:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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> 390 </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] -->
<!-- Blending offset value for R,G,B - (S13) -->
<offset type="int16[3]"> </offset> <!-- ipipe rgb2rgb1 offset: S13 -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Any Idea of what is wrong here?

Thanks,

David

  • Hi David,

    I have seen this error only when outdated "bin" files are used.
    You may delete all the 4 "bin" files first and then run app again to see if you still have any error.

    Which PSDK version do you have?

    Best,
    Gang