the cam thread is mad heavy, and an app that uses it slows down, alot. how about something like,
ofSleepMillis(30);
in the thread loop, or anything even? I get significant improvements to my main app adding some sort of sleep in the loop of the thread. not having any sleep is bad for an OF that uses this app's thread performance, as it's really battling for cycles.
the cam thread is mad heavy, and an app that uses it slows down, alot. how about something like,
ofSleepMillis(30);
in the thread loop, or anything even? I get significant improvements to my main app adding some sort of sleep in the loop of the thread. not having any sleep is bad for an OF that uses this app's thread performance, as it's really battling for cycles.