We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpVideo Capture,  Movie Playback,  Vision Libraries › combining live & recorded video in processing
Page Index Toggle Pages: 1
combining live & recorded video in processing? (Read 1605 times)
combining live & recorded video in processing?
May 17th, 2010, 10:09pm
 
Is there any way to combine live and recorded video in processing?  for example I want to display a video background behind a user from a webcam.
Re: combining live & recorded video in processing?
Reply #1 - Jun 2nd, 2010, 6:37pm
 
I have been working on a VJ app that does just this, 4 live camera inputs and using OpenGL to blend with pre recorded footage.
Libraries needed were
jmcvideo
codeanticode.glgraphics
opengl

or do you mean that you want to use processing to record video then play back? i used pre-recorded videos that are loaded into processing.

i cnt post a link but if you look on github under willrjmarshall / speedofsound you will find the source code. You wont be able to run it though because it requires a Lemur. But you might be able to look through the code and figure out the video layering...

i am sure there are WAY easier places to start - just look up the libraries i suggested.

speedofsound.co.nz/sound-visualisation/
Re: combining live & recorded video in processing?
Reply #2 - Jun 17th, 2010, 12:22pm
 
Hi, I am new to Processing. But there is another program called "isadora" could easily combining live and recorded video together.
Page Index Toggle Pages: 1