FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Video, Camera
(Moderator: REAS)
   video delay
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: video delay  (Read 2675 times)
krzysztofcybulski


video delay
« on: Feb 25th, 2005, 7:54pm »

hello, im almost complete newbie on Processing, but i have sime ideas. one of them needs video delay. i mean i want to capture video from the camera and poject it by projector, but with 30 second delay. it is ossible to do it with processing? or maybe there is some better solution of this problem? i'm using pc. thanks, krzysiek
 
sspboyd


Re: video delay
« Reply #1 on: Feb 26th, 2005, 12:31am »

krzysiek,
 
Depending on the size of the video you're capturing and the fps you could save the incoming video feed to an array of images ( BImage[] ) and then once you've captured 30 seconds worth of images start displaying the images in the BImage array.  
 
I'm guessing you'll need a fairly fast computer to both capture the incoming video and output the older video at the same time. You could play with the video size, fps and the amount of ram allocated to the app to see what works.
 
steve
 

gmail.com w/ sspboyd username
krzysztofcybulski


Re: video delay
« Reply #2 on: Feb 26th, 2005, 6:49pm »

thanks Steve i'll think about it
 
Pages: 1 

« Previous topic | Next topic »