qt移植到sigma8654的开发板上,但是大小和位置总是调节不好,sigma不提供qt的技术支持,QWS_SIZE根据屏幕大小设置了,sigma的板子跑开启framebuffer,要先创建osdbuffer,osdbuf_control带有很多参数,没有详细的使用说明,其中有五六个设计到widthxheight,怎么调都调不好,真是搞崩溃了,修改QWS_SIZE,有的分辨率能显示,但是大小和位置不对,有的分辨率,大小似乎比较合适,但是闪一下画面就没有了,谁碰到过这样的问题吗,关键是设计到W H的参数太多,调试相当困难,谁碰到过或者知道的话,指点一下,非常感谢!
-zoom x y w h: Selects the input window to display [0 0 width height]
-window x y w h: Selects the output window to display [0 0 width height]
-ozoom x y w h: Selects the osd input window to display [0 0 width height]
-owindow x y w h: Selects the osd output window to display [0 0 width height]
-c create a new OSD buffer of size widhtxheight (640x480 by default)
上面贴出来的是涉及到osdbuffer的 w h参数,另外QWS_SIZE参数就根据显示屏的大小设置应该没什么问题吧,thx in advance :)