Reputation:
I want to ask is it possible to capture a video using java programming? If it is then how to do it??? I searched a lot but not getting satisfatory answer.. Thank You Actually I want to capture all current activities on desktop...Like video shoot....
Upvotes: 0
Views: 2507
Reputation: 5006
Take a look at the Robot class. And there is a blog post here that uses that Method.
http://javagraphics.blogspot.com/2008/06/screen-capture-recording-java-apps.html
Upvotes: 0