installation of gsvideo
in
Contributed Library Questions
•
3 years ago
Hello everyone,
I'm excited to start using my webcam with processing! (I'm using 1.0.9 on Ubuntu 8.10)
I've downloaded gsvideo 0.6 pre5 and unzipped it to sketchbook/libraries/
I've also tried in ./processing-1.0.9/libraries/
None of the examples work because of errors like
"the package processing.video does not exist"
I found a useful post on the old forum with some code posted by the library author.(
http://processing.org/discourse/yabb2/YaBB.pl?num=1260456465)
By changing the import to
import codeanticode.gsvideo.*
and the changing all the "Capture video" to "GSCapture video", I get a working app.
But I'm wondering what everyone else is doing? I'd like to be able to browse the demos without all this changing!
Cheers,
Matthew
1