
Code: Select all
# omxplayer --display=5 video.mkv
But i would like to launch another application on the hdmi screen. I tried this :
Code: Select all
# ./qtApp --display=5
Code: Select all
# omxplayer --display=5 video.mkv
Code: Select all
# ./qtApp --display=5
would it be a task for new Firmware release to switch from DSI to HDMI Mode ?(as like as an ThinkPad Fn + F7 key ?)gsh wrote:You need to modify the code to achieve this, there is no shell or script thing that can be done
modjo756 wrote:Hi, i have received my 7" touch screen (very nice work raspberry team) and i'm trying to use a screen under hdmi and the raspberry display at the same time. For information, i have qt5.5 on my rasp and i can launch an application on the 7" screen (eglfs). I can launch (in the same time) a film with omxplayer on the hdmi, works fine, with this :
Code: Select all
# omxplayer --display=5 video.mkv
But i would like to launch another application on the hdmi screen. I tried this :
But my "qtApp" is launched on the 7" lcd ! Do you know if it possible (and the mean to do that), to launch my qtApp on the HDMI please ?Code: Select all
# ./qtApp --display=5