Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Prevent video in fullscreen to reduce frame rate i.e. get choppy

$
0
0

If I play a video (size 640x360) in fullscreen (using the Processing Video library) the video playback is extremely choppy as if the framerate is reduced to 12fps or less. If I play the video in size(640,360) or equal the original video, the quality is fine.

I've tried putting framerate up and down but it didn't solve the issue. I'm new to processing and I have no clue what causes the issue.

I'm using the example app "loop" from the video library. You can reproduce the issue by exchanging size() with fullScreen().

Does anyone encounter the same issues and can help me?


Viewing all articles
Browse latest Browse all 2896

Trending Articles