Hi All,
I am Trying to integrate the single camera application with tidl_avp example.
I am facing issue with buffer drop in VPAC MSC node :
My flow is as follows:
Capture ---> VPAC_MSC ---> pre_proc ---> VD(tidl) ---> post_proc ---> mosaic ---> dss
I am enqueing 4 buffers at the capture side in create graph and passing it to the vpac module, however 3 frames are getting dropped in the vpac node.
How to debug why buffers are getting dropped.
Please suggest