plan1,capture camera data and display to eDP in single openvx process,delay is 70 ~ 80ms
plan2,capture camera data in one openvx process and display to eDP in another openvx process,the delay is 60 ~ 160ms,the average is 120 ~ 130ms
I am sure the sw delay from camera capture to vxProcessGraph finish in plan1 and plan2 is almost .
The the average delay of plan2 is about 50~60ms more than plan1 . the margin of error of plan1 is about +- 5ms,but plan2 is about +-50ms.
What is the reason?
thanks.