fan-chao / nvjmi

封装Jetson Multimedia API的编解码库,基于https://github.com/jocover/jetson-ffmpeg基础进行的修改,未集成于ffmpeg,可单独使用。
MIT License
31 stars 12 forks source link

请问大佬,出现这种错误可能是什么原因? #5

Closed thunder95 closed 3 years ago

thunder95 commented 3 years ago

Screenshot from 2021-07-06 13-09-10

fan-chao commented 3 years ago

如果是transform报错,可以检查下传入的参数是否正确。

thunder95 commented 3 years ago

如果是transform报错,可以检查下传入的参数是否正确。

@fan-chao 非常感谢回复。 参数应该是对的,我现在的情况是,这错误出现的频次并不高, 而且2路摄像头也还ok基本没发现这种错误, 5路摄像头解码就出现的多一些,但最终摄像头还能正常运行。

fan-chao commented 3 years ago

这种情况可以看看硬件资源是不是不够用了,因为transform使用的也是硬件nvhost-vic执行的。

thunder95 commented 3 years ago

这种情况可以看看硬件资源是不是不够用了,因为transform使用的也是硬件nvhost-vic执行的。

好像是这样, 我屏蔽掉下游的算法处理之后,也基本不报这个错了。