This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: 单进程和多进程中display模块的延时有差异

Part Number: TDA4VM


方案1,在单openvx进程中从camera中采集数据  通过display 输出到eDP,通过拍摄秒表的延时统计在70 ~ 80ms

方案2,在一个openvx进程采集camera数据,另一个openvx进行通过ipc获取camera数据再通过display输出到eDP,通过拍摄秒表的验证统计在60 ~ 160ms,平均在120 ~ 130ms

通过统计系统时间,确定方案1和方案2的软件camera 采集到vxProcessGraph完成的延时基本是差不多的。

请问方案2相对于方案1,平均延时变长了50~60ms,并且延时的误差从+- 5ms左右变成+-50ms,导致这个问题的原因是什么?

多谢