diwi / PixelFlow

A Processing/Java library for high performance GPU-Computing (GLSL). Fluid Simulation + SoftBody Dynamics + Optical Flow + Rendering + Image Processing + Particle Systems + Physics +...

Home Page:https://diwi.github.io/PixelFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiencing glitches in OpticalFlow examples

AmnonOwed opened this issue Β· comments

Hey Thomas,

Excellent work on your library! πŸ‘

I've been trying out all the examples, looking good! πŸ˜„

I ran into some glitches in the OpticalFlow examples, leading to rectangles in the output (see screenshot below) and eventually preventing the sketch from functioning at all (the webcam image showed, but no optical flow). Luckily updating the drivers for my NVIDIA GeForce GTX 770 solved the problem and now everything is running smoothly!

But for future reference I thought I'd share this anyway, so if someone else runs into similar issues they know how to solve it: make sure to update your drivers!

glitch

Hi Amnon,

Thank you for the feedback and the screenshot!

I've had seen similar artifacts myself now and then during developing the library. Updating the driver is indeed the first and easiest step to try to get rid of these ... Anything else needs painful debugging :)

Thx, Thomas