We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello guys
For my program it is necessary to take several screenshots (around 1 per second). With these screenshots i would like to continue working. Because i'm working with a Mac it also should be compatible with this.
When i have done my researchs i found this link which (the program, not the link) works pretty well .... on windows.
http://www.onformative.com/lab/screencapturer/
I think something in this direction would be great :)
Thanks ;)
Answers
you can use save (with a timer)
or saveFrame (maybe with frameRate)
Thanks for this fast answer.
I tried it out, but it doesn't show me the result i wanted. These examples take a screenshot out of the applications window. I would like to take a screenshot for example out of safari or another application except the one i generated with Processing.
Do you know what I mean?
I see... can't help...
@Chrisir thanks for all
maybe somebody else?
Perhaps this can be a starting point...
Thank you very much :)
here is the modified result:
@amnon Is this possible to capture just the background not the processing window activity. What I mean by that is can we just focus on capturing all the activity in the background of processing window. I am asking this because when I made the application to capture and run in the full screen mode, it just capture the previously captured captured screen which is already drawn on the canvas so it feels like it is not capturing anything. Can we just capture the background activity ?