Joel
Joel
I want to change the viewport angle realtime for better visualization, but i didn't find any traci function to do this. can anyone help
Hello, thanks for your work on the code reconstruction. I got some problems when loading the model you provide in the readme page. I output the camera intrinsics and found...
使用gst-launch-1.0工具测试mpp的gstreamer插件: `gst-launch-1.0 filesrc location=video.mp4 ! qtdemux ! h264parse ! mppvideodec ! videoconvert ! autovideosink` 针对多数h264编码的视频,上述命令都可以正常调用mpp硬解进行播放。但是某些h264编码的视频无法使用上述命令进行播放,并且将mppvideodec更换成avdec_h264等h264解码插件后可以正常进行播放,请问这是mpp的gstreamer插件导致的原因吗?如果是的话,有什么方法可以解决吗? 出现的错误log: `ERROR: from element /GstPipeline:pipeline0/GstMppVideoDec:mppvideodec0: No valid frames decoded before end of stream Additional debug...