Java: Capture video of what's on the screen

前端 未结 4 938
隐瞒了意图╮
隐瞒了意图╮ 2021-01-13 14:36

We are considering writing a software in Java that records whats monitor for certain durations of time while it is running. Do you have any suggestions on how to efficiently

4条回答
  •  攒了一身酷
    2021-01-13 15:07

    I'm not sure if you'll need a framework.

    Check out the documentation for the java.awt.Robot class, specifically the createScreenCapture method.

    http://java.sun.com/javase/6/docs/api/java/awt/Robot.html

提交回复
热议问题