How to take screenshots fast in Java?

后端 未结 5 1291
温柔的废话
温柔的废话 2020-11-27 05:36

I am implementing a simple eye tracker, which requires fast screenshoting of what is happening on the screen simultaneously with capturing the video from webcam.

The

5条回答
  •  暖寄归人
    2020-11-27 06:12

    May be you can make use of JMF.. Checkout the Screen Grabber code @ Oracle's site. I think it will help you solve your problem.

提交回复
热议问题