Categories

Contact Info

Ed Tannenbaum
PO Box 398
Crockett, CA 94525 USA

et@et-arts.com

+1 510 787-1567

Note that I am NOT the et-arts that sells on Amazon.com. Please don’t contact me about them. Thanks.

2 comments to Contact Info

  • Julie

    Hi,

    I am a student at Utah Valley University and am taking a class using Processing. We looked at your Exhibitions IV video from YouTube and are wondering how you accomplished the movement. Did you do this in Processing? If so, to capture the video did you use a singe image capture, or an array class for each image? Did you use open CV? We would like any hints or resources you can refer us to.

    Thanks for you time and genius!

    Julie

  • admin

    Hi Julie,

    I think you meant “Recollections IV” I’m familiar with Processing and OpenCV, and am experimenting with OpenCV for its motion tracking features. My code is written in C and assembly on the Linux platform using the SDL and DC1394 libraries.

    I don’t capture into arrays, but process each frame as it comes in at 30 or 60 fps. A longer delay would be a problem for the user. This requires some real down and dirty programming to get the buttery smooth results I like. I don’t think that Processing would be fast enough for my latest, high resolution real-time effects (not yet up on YouTube), but I’m often surprised by what the latest hardware can do. Processing is an excellent introduction to image processing, a great techno-art tool , and extensible. Have fun!

    et