sad to hear that.hope there is some library to do it just from few functions!
Can I use manycam software and give a virtual webcam input to processing and another virtual input to some other webcam recording software.
In 1.5.1 you could make a movie without the tool. So also on runtime.
Maybe it's possible to copy paste the MovieMaker.jar file into your sketch (in a code folder). Import it, and make calls to the methods you need.
Here is the source code:
Answers
It will be easier to save the images and make a video out of it later with the "Make Movie" tool in processing.
What you want was quite easy in processing 1.5.1 but a lot of things changed. Let's hope they allow acces to tools with code some day.
sad to hear that.hope there is some library to do it just from few functions! Can I use manycam software and give a virtual webcam input to processing and another virtual input to some other webcam recording software.
My Processing v2.0.2 still got Movie Maker in Tools! Was that removed in Processing 2.1.x series? X(
In 1.5.1 you could make a movie without the tool. So also on runtime.
Maybe it's possible to copy paste the MovieMaker.jar file into your sketch (in a code folder). Import it, and make calls to the methods you need. Here is the source code:
https://github.com/processing/processing/blob/dec33ff18055a0229399d2bfb92a7dda2dfbd736/build/shared/tools/MovieMaker/src/processing/app/tools/MovieMaker.java