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.
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:
<?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 --> </cfg_rgb2rgb> </typedef> <!--=======================================================================--> <use_case val="1023"> <n-space> <region0 class="0"> <colortemperature val="2" min="0" max="3300"> </colortemperature> <exposure val="1" min="0" max="10000000"> </exposure> <gain val="0" min="0" max="1024"> </gain> </region0> <region1 class="1"> <colortemperature val="2" min="3301" max="4400"> </colortemperature> <exposure val="1" min="0" max="10000000"> </exposure> <gain val="0" min="0" max="1024"> </gain> </region1> <region2 class="2"> <colortemperature val="2" min="4401" max="5500"> </colortemperature> <exposure val="1" min="0" max="10000000"> </exposure> <gain val="0" min="0" max="1024"> </gain> </region2> <region3 class="3"> <colortemperature val="2" min="5501" max="20000"> </colortemperature> <exposure val="1" min="0" max="10000000"> </exposure> <gain val="0" min="0" max="1024"> </gain> </region3> </n-space> <parameter_package> <ipipe_rgb2rgb type="cfg_rgb2rgb"> { { {453, -166, -31, 0}, {-149, 420, -15, 0}, {17, -327, 566, 0} }, {0, 0, 0} } </ipipe_rgb2rgb> </parameter_package> <parameter_package> <ipipe_rgb2rgb type="cfg_rgb2rgb"> { { {411, -136, -19, 0}, {-157, 440, -27, 0}, {-4, -189, 449, 0} }, {0, 0, 0} } </ipipe_rgb2rgb> </parameter_package> <parameter_package> <ipipe_rgb2rgb type="cfg_rgb2rgb"> { { {393, -103, -34, 0}, {-123, 428, -49, 0}, {-13, -179, 448, 0} }, {0, 0, 0} } </ipipe_rgb2rgb> </parameter_package> <parameter_package> <ipipe_rgb2rgb type="cfg_rgb2rgb"> { { {413, -136, -21, 0}, {-110, 427, -61, 0}, {-6, -169, 431, 0} }, {0, 0, 0} } </ipipe_rgb2rgb> </parameter_package> </use_case> <!--=====================================================================--> </IPIPE_RGB_RGB_1_xml>
Any Idea of what is wrong here?
Thanks,
David