2022-08-24 07:59 AM
Hi,
I have 4 screens for my program. Everything works in O0 optimization. However I noticed that there was a problem about the screen that has a video in Ofast optimization. Just to be sure, I removed the video and everything works fine again. When I debugged to find the issue, I found out that there is something wrong with setVideoBuffer function in DedicatedBufferVideoController.hpp .I'm not sure about the function but there is a problem in VideoWidget.
2022-09-05 02:43 AM
Hello @Ezgi Şanver ,
I tried to reproduce the issue you are facing, but without success.
Which board are you using ? And which version of TouchGFX ?
I created a project with 3 different videos running on 3 screens. On the first screen, I enabled O-fast optimization, and on the 2 other screens I enabled Os optimization.
Every thing seems to work like it should.
I'll join my project to this post, so you can try to figure out what is wrong in yours.
/Yoann