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.

" not execute qt interface" for dm368



 运行 ./encode -v test.264 -y 3 -o   出现了这个错误 : not execute qt interface  

请问板子的文件系统需要装QT库么?应该怎么解决?

  • 你好,

    你的代码是运行在DM36x的板子上么?

    如果是,请参考下面的信息:

    http://processors.wiki.ti.com/index.php/GSG:_Running_the_DVEVM_Demos

    Before running the encode demo or decode demo, use the following commands to load the appropriate modules for these demos:

    Target $ cd /opt/dvsdk/dm##
    Target $ ./loadmodules.sh
    
  • 很感谢你的回复!已经加载过了哪些驱动了,我看了Makefile,里面是需要./qtInterface,所以把编译好的qtInterface放在同个目录,再去添加库文件就过了,但现在又遇到个问题就是:无法打开设备fb驱动!我只是想用encode 去编码,然后用vlc去查看rtsp流!  我应该怎么做? 我用的dm368的芯片!