-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新的Jetpack(5.1.1)运行就segmentation fault #14
Comments
|
|
对,index就是指frame_index。对于新旧帧来回跳的问题,还可以从以下几点排查看看:
|
8k 265视频本身,用jetpack multimedia api的samples里面的video_decode试了,没有来回跳的问题 看一下输出缓冲区的大小是否跟解码后的视频帧大小一致。 |
您好,
我尝试在新的Jetpack(5.1.1)环境下,common和include用系统自带的来编译项目。
然后运行了发现就segmentation fault。
不知道是不是比如因为nvbuf_utils的变化?
我试了下fork的这个项目:https://github.com/ald2004/nvjmi
(在您的基础上做了5.0.1适配的),
在5.1.1是可以运行的,但是播放高分辨的时候,会出现新旧帧来回跳的情况。
不知您是否有适配新版本的计划。
以及您是否碰到过这种来回跳的情况呢?
如果有的话,可否分享下调试思路。
ps. multimedia api这个比起pc上用的nvdecode真是太晦涩了,真不知道为啥同样是nv搞出来的类似功能的东西,差别这么大
谢谢
The text was updated successfully, but these errors were encountered: