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.

TDA3: TDA3

Part Number: TDA3

Hello,

I tried to build my own point view by using tool "3dvis.exe", which is located in folder "PROCESSOR_SDK_VISION_03_00_00_00\vision_sdk\apps\tools\surround_vision_tools\ViewToWorld_Mesh_tool".

Parameters like this:


Surround View Parameters:
------------------------
/*
* Flag to generate V2W file:
* 1 - The V2W files are generated based on the generated views
* 0 - This mode is used to generate the desired views
*/
Srv_genV2WFile 1

/*
* Surround View Output Resolutions and start location within
* 1920x1080 screen
*/
Srv_outputWidth 752
Srv_outputHeight 1008
Srv_outputStartX 584
Srv_outputStartY 36

/* Sub Sample Ratio */
Srv_subSample 16

/* Number of Surround Views */
Srv_numView 4

/* Number of Transitions between the views */
Srv_numViewTransitions 30

/*
* Car image selection:
* 0:jeep
* 1:suv
* 2:sedan_generic
*/
Srv_carSelect 2

/* Scale of the car image */
Srv_carScale 25

/*
* Car image dump format
* 0 -> Y only
* 1 -> Y + UV
*/
Srv_carDumpFormat 1

/*
* Enable/Disable dumping of rendered data to the file
*/
Srv_dumpRenderData 0

/*
* Dump the car image from the first view into carimage.c file in RGB 565 format
*/
Srv_dumpCarImage 0

My question is: 

Why I run the code, sedan's color is gray, not red? Did I use the wrong tool?