I was happy to get my first C++ app working after a few hours of hacking this afternoon. The app trades the X-dimension for the time-dimension in a video.
Any suggestions for how to optimize the source would be welcome, but I’m interested in how to do the image processing that I’m doing in update() in a way that doesn’t make the app so unresponsive.
(Crossposted in libcinder forum: http://forum.libcinder.org/#Topic/23286000000669039 )
The answer seems be threading. It works like this with Cinder: