On performance statistics analysis it is observed that VPE link have frame drop.
The number of input channel is 4.
In channel id 1 and 3 the received FPS is 31 and Processed FPS also 31.
while in other two channel id 0 and 2, received FPS is 31 but processed FPS is 7 and 8 respectively.
The Vision SDK link VPE is used.
Next issue is with the SYNC node in Vision SDK. The SYNC node is used right after VPE, but received FPS for channel id 0,1,2 and 3 is 0.16, 0.13,0.16, 0.9 and Processed 0.9 FPS.
Why this much of frame drop is happening in these nodes?
Use case is :
UseCase: chains_nullSrc_Display
NullSource (A15) -> Decode -> VPE -> Sync (A15) -> Alg_SurroundView3d (DSP1) -> SgxCarDisplay (A15)
//
SgxCarDisplay -> Display_M4 (IPU1_0)
// Graphics overlay display
//
GrpxSrc -> Display_Grpx
SDK Version 03.07.00.00.
Please help in solving the issue.