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.

请问如何dm8168动态修改分辨率??

我在这http://e2e.ti.com/support/dsp/integra_dsparm/f/625/t/121270.aspx?PageIndex=1

下载到了一个解码显示的demo,在版子上也能成功解码显示图像。。按照文档所说,sc 组件的输出分辨率是可以动态修改的~

但在解码显示图像后,我尝试过修改输出分辨率,结果程序就崩溃了···

我想问一下,能否动态修改图像的输出分辨率?如果能,该怎么做? Thx!

PS:我的SDK版本是从TI官网下的最新的5.0.0.80

  • Run ./decode_display_a8host_debug.xv5T 1920 1080 60 /usr/share/ti/data/videos/dm816x_1080p_demo.264

    照上面运行的命令看出,编码264文件的时候分辨率为1920*1080,解码该264文件时,如果修改分辨率程序是会崩溃的。