@mindthegap wrote:
Hello,
I have done a little video player. the videos runs in 25 frames/second. the videos change via udp input from an rfid interface. I got tearing effects in fullscreen mode. I think this shouldn’t be a problem on a normal i7 with onboard graphic.
in my setup I have
ofSetVerticalSync(true);
ofSetFrameRate(50);and a simple draw
loopVideo.draw(0, 0, 1920, 1080);when I start the video I got some tearing on a Intel HD grafics 530. How can I prevent this. I am using 0.9.8
regards
Posts: 9
Participants: 4