How can I get screenshots from matlab!
34 views (last 30 days)
Show older comments
Hello! I have encountered such a problem. I need to get real time screenshots of the display (monitor) and then process this data within matlab. Is there any way to get screenshots from matlab?
Best regards, Alexey.
2 Comments
Jan
on 24 Aug 2017
@Nikhil: What about using the tool from the FileExchange, which has been suggested already?
Accepted Answer
Jan
on 24 Feb 2011
You can use Yair's ScreenCapture:
2 Comments
Image Analyst
on 29 Jun 2021
That only captures MATLAB figures, not the screenshot of the whole computer monitor. It's not like activating some app and doing Alt-Prtscreen, or just typing Prtscreen to get everything on the desktop. Any way to do that?
gwoo
on 21 Jul 2021
If you give it the root object handle (0) and an x,y,w,h array, it will capture anywhere on the screen.
More Answers (1)
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!