Part Number: TDA4VE-Q1
Tool/software:
In the process of running the company's own application, it goes through the capture node, goes through the viss and aewb nodes, and then proceeds with the next process.
If only the viss node is applied, it works normally, but if the aewb node is added, the following error occurs
Kernel loading done!
29.734648 s: ISS: Initializing sensor [IMX390_MIPI], doing IM_SENSOR_CMD_PWRON ... !!!
29.934064 s: ISS: Initializing sensor [IMX390_MIPI], doing IM_SENSOR_CMD_CONFIG ... !!!
31.479132 s: ISS: Initializing sensor [IMX390_MIPI] ... Done !!!
Sensor init done!
capture format test : 0
instance param : 1
captureObj->params.numDataLanes = 4
captureObj->params.dataLanesMap[0] = 1
captureObj->params.dataLanesMap[1] = 2
captureObj->params.dataLanesMap[2] = 3
captureObj->params.dataLanesMap[3] = 4
raw check
Reading test RAW image /opt/vision_apps/test_data//img_test.raw
read_test_image_raw : Unable to open file /opt/vision_apps/test_data//img_test.raw, setting error message as all 0s
Capture init done!
VISS init done!
dccsizeget
dccsizeget done size : 22321, sdr endable : 0
test 134, 0, 0, 183
AEWB init done!
LDC init done!
mtl_Scaler init done!
TIDL init Done!
Pre_Proc Update Done!
Pre_Proc init Done!
Img Mosaic init done!
Display init done!
eraeADAS init Done!
Graph create done!
create capture check
Capture graph done!
VISS graph done!
31.801139 s: VX_ZONE_ERROR:[tivxCreateNodeByKernelName:134] Call to vxGetKernelByName failed; kernel may not be registered
31.801153 s: VX_ZONE_ERROR:[tivxSetNodeParameterNumBufByIndex:2590] Invalid node
31.801161 s: VX_ZONE_ERROR:[vxSetReferenceName:965] Invalid reference
AEWB graph done!
mtl start
The viss and aewb modules were imported from vision_apps/module Thank you