Skip to content
QtWS25 Call for Papers
  • 0 Votes
    5 Posts
    4k Views
    michaelLM

    Hi,
    for me the keyboard worked but the mouse didnt.

    export QT_QPA_EGLFS_NO_LIBINPUT=1 export QT_QPA_EVDEV_MOUSE_PARAMETERS=grab=1 export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=grab=1 ./myApp --platform eglfs -plugin evdevmouse:/dev/input/event2

    Here is how i start x11vnc:

    x11vnc -noipv6 -rawfb /dev/fb0 -geometry 1920x1080 -pipeinput UINPUT:direct_abs=/dev/uinput -dk -dp

    I found something here: https://embeddeduse.com/2016/04/01/remote-support-vnc-harvester-terminal/

    Maybe that is the only way?

  • 0 Votes
    3 Posts
    2k Views
    A

    This maybe due to the fact that our IMX6 board does not have the plugins/mediaservice particularly the libgstmediaplayer.so. Does anyone know how to create this library? And which directory in the IMX6 do I put this if I have successfully cross compiled it?