Other Parts Discussed in Thread: TDA4VM
Tool/software:
Dear Sir,
I am working on the pipeline
PSDK : 9.2(J721S2)
OS: QNX + RTOS
Camera -> LDC(Custom Kernel C7x) -> Pre-processing -> TIDL -> Post-processing(Custom Kernel C7x) -> ....
I am facing below error in post-processing
40.963509 s: VX_ZONE_ERROR:[tivxMemBufferAlloc:34] size is 0 40.963552 s: VX_ZONE_ERROR:[ownAllocReferenceBufferGeneric:349] Memory allocation failed 40.963574 s: VX_ZONE_ERROR:[ownGraphAllocateDataObject:979] Memory allocation for replicated parameter parent object failed 40.963598 s: VX_ZONE_ERROR:[vxVerifyGraph:2104] Memory alloc for data objects failed 40.963619 s: VX_ZONE_ERROR:[vxVerifyGraph:2213] Graph verify failed 41.064440 s: ISS: De-initializing sensor [ISX016-UB913A_Q1] ... !!! 41.064613 s: ISS: De-initializing sensor [ISX016-UB913A_Q1] ... Done !!! 41.479506 s: VX_ZONE_INIT:[tivxHostDeInitLocal:115] De-Initialization Done for HOST !!! 41.487395 s: VX_ZONE_INIT:[tivxDeInitLocal:204] De-Initialization Done !!!
I am allocating memory in custom kernel using tivxMemAlloc.
Not able to understand , what could be the possible reason for the same.
Note: This custom kernel was working with J721E (PSDK 7), I am porting it to J721S2 (9.2), where custom kernel is generated from PSDK 9.2 and the logic is integrated.
Thanks and Regards,
Vyom Mishra