Re: [Interest] Qt Quick and animatic 12MP image

2018-09-07 Thread Tomasz Olszak
Just would like to update if someone is interested. It was GPU performance issue. 1. I tested it when 2 screens were connected. With one screen it is a lot more fluent 2. When I tested it with eglfs on small device mother board with Intel HD Graphics 510 it works super smooth. 3. On Kubuntu 18.04

Re: [Interest] Qt Quick and animatic 12MP image

2018-09-05 Thread Tomasz Olszak
Ola, thanks for the snippet. Unfortunately I don't see any difference. But what is interesting - at least on my I7 haswell laptop now (also Kubuntu 18.04). When my snippet starts it stutters for about 2 seconds then is super fluent. There is one condition though - you can't move mouse. As soon as

Re: [Interest] Qt Quick and animatic 12MP image

2018-09-05 Thread Ola Røer Thorsen
2018-09-05 14:08 GMT+02:00 Tomasz Olszak : > Hi, I want to animate (change flickable contentX and contentY) image > position in screen. Image is bigger(4000x3000) than screen. Currently, I > implemented it on I7 ivybridge on Kubuntu 18.04. > It simply stutters few times a second. If anyone has int

Re: [Interest] Qt Quick and animatic 12MP image

2018-09-05 Thread Tomasz Olszak
Why not make it a new TableView (new, 5.12) of images? > > > *Sent:* Wednesday, September 05, 2018 at 8:08 AM > *From:* "Tomasz Olszak" > *To:* "Qt Interest" > *Subject:* [Interest] Qt Quick and animatic 12MP image > Hi, I want to animate (change flickable

Re: [Interest] Qt Quick and animatic 12MP image

2018-09-05 Thread Jason H
Why not make it a new TableView (new, 5.12) of images?     Sent: Wednesday, September 05, 2018 at 8:08 AM From: "Tomasz Olszak" To: "Qt Interest" Subject: [Interest] Qt Quick and animatic 12MP image Hi, I want to animate (change flickable contentX and contentY) imag

[Interest] Qt Quick and animatic 12MP image

2018-09-05 Thread Tomasz Olszak
Hi, I want to animate (change flickable contentX and contentY) image position in screen. Image is bigger(4000x3000) than screen. Currently, I implemented it on I7 ivybridge on Kubuntu 18.04. It simply stutters few times a second. If anyone has integrated Intel GPU - could I kindly ask to check if i