Qt 5.1.1, Linux Framebuffer and gestures.
-
Hello,
I just compile Qt 5.1.1 for my embedded system and it works fine.
fingerpaint example works fine with 10 fingers, but imagegestures doesn't work.
My eviroment:export QT_QPA_FB_HIDECURSOR='1'
export QT_QPA_GENERIC_PLUGINS='evdevtouch:/dev/input/event0'
export QT_QPA_PLATFORM='linuxfb:fb=/dev/fb0:size=1280x800'Dials, Knobs and pichzoom works fine too.
Then, why gestures doesn't work in imagegestures app????
is it a special case?Best regards.