
Realtime Chronotopic Anamorphosis Rybczynski-Style
1 year ago
I found this on the processing discourse (processing.org/discourse/yabb_beta/YaBB.cgi?board=Exhibition;action=display;num=1213382538), and since I'm a huge fan of "The 4th Dimension" by Rybcynski and I'm a huge fan of processing, I decided to give it a try. This is what I ended up with. Does anybody know why I'm getting those strange lines pop up? I feel that they wouldn't be there unless my camera is interlaced or something. I'd like to improve the code so it can eventually accept video input at any frameRate. But if the processing.video.* isn't progressive, this technique will be useless to me. I could be wrong, but if anyone knows, some help would be great!
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
So, we've also faced this jumpy lines issue and I don't really think it has anything to do with the video being interlaced or not. I guess processing will work with it with progressive scan either way, since the video.pixel array is all updated one frame at a time.
What can be changed and that works some times to resolve this issue is the frameRate of the video captured right in the code. Try to put in some different values and see the result. Don't really know why, but it directly influences the apparition of these bumpy lines.
From our experience, the most important factor of these lines is the memory. Make sure you've set processing's preferences on memory availability to your maximum. At best, you shouldn't get those lines while not recording the video.
Let us know of code improvements. We'd like to hear about it.
See ya
Thanks!
Anyway, thanks again for your comment and experiments. It's really nice to see people having fun with it. That's what it's all about.