screenShotRGB: Make a Screenshot using Robot Java Class

Make a Screenshot using Robot Java Class.

이 제출물을 팔로우합니다

Creates an RGB color image with 'uint8' class elements read from the screen. You can define a rectangle to make the capture.
The function uses the Java class 'Robot' to do the screenshot.
For example, make a screenshot of the entire screen, plot and save it to a
file:
im = screenShotRGB; % make the screenshot
imwrite(im,'screenShot.png');
figure
image(im);
axis equal, axis tight
axis off

For more information about the Robot Java class see:
http://download.oracle.com/javase/1.4.2/docs/api/java/awt/Robot.html#createScreenCapture%28java.awt.Rectangle%29

인용 양식

Enrique (2026). screenShotRGB: Make a Screenshot using Robot Java Class (https://kr.mathworks.com/matlabcentral/fileexchange/31383-screenshotrgb-make-a-screenshot-using-robot-java-class), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: screencapture

도움 준 파일: Multiple Monitors Screen Capture

카테고리

Help CenterMATLAB Answers에서 ROS Toolbox에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0