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 › Using video library in processing 1.0.1
Page Index Toggle Pages: 1
Using video library in processing 1.0.1 (Read 791 times)
Using video library in processing 1.0.1
Dec 1st, 2008, 7:35am
 
I just upgraded from the beta 0135 to 1.0.1 and i'm getting confused on the precise process of using libraries in projects. I understand theres a import library option, but you also need the library files in the sketch folder. Using the "add file" option does not allow an entire library to be placed in the sketch... which means I can't use the video library... Sad

oh and I'm running osX 10.5.5

any ideas?
Re: Using video library in processing 1.0.1
Reply #1 - Dec 1st, 2008, 8:36am
 
the video library is a standart part of processing: no need to add anything. just do import library -> video (which will put the correct "import ..." statement at the top of your project) and go.

F
Re: Using video library in processing 1.0.1
Reply #2 - Dec 1st, 2008, 8:44am
 
yeah, i kind of assumed that, but when i go to test my project it give me an error:

"Invalid memory access of location 27768190 eip=917da3cr2"

any ideas why this might be happening?
Re: Using video library in processing 1.0.1
Reply #3 - Dec 1st, 2008, 12:34pm
 
http://dev.processing.org/bugs/show_bug.cgi?id=458

known problem.

F
Re: Using video library in processing 1.0.1
Reply #4 - Dec 1st, 2008, 11:07pm
 
apparently its a quicktime problem, however, I'm not using a pre-existing quicktime movie, I'm simply trying to take a video feed from webcam. Would processing still be using quicktime for this kind of operation?
Page Index Toggle Pages: 1