Collect Monitor Refresh Rate?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I wanna create a visual blinking object, and set this period and time by monitor refresh rate. how can I finde monitor refresh rate, and how can I control my monitor using simulink?
0 commentaires
Réponse acceptée
Jan
le 17 Avr 2013
What kind of monitor do you have? The times of multi-sync monitors passed by for over a decade now, so I'm not convinced that you can control the refresh rate at all.
2 commentaires
Jan
le 17 Avr 2013
It's not getting clear to me, what you are looking for. What is "the content displayed on any monitor refresh (frame)"? Do mean mean a screen shot?
Plus de réponses (1)
Jason Ross
le 17 Avr 2013
Modifié(e) : Jason Ross
le 17 Avr 2013
If you are on Windows, you can get and set this using WMI (Windows Management Instrumentation). If you google for "wmi screen refesh rates" there are plenty of examples of how to access WMI and manipulate screen parameters. You'd need to write some code to get at the information, though -- there's not a direct way to get at it in MATLAB.
I suspect that for most monitors nowadays, the refresh frequency is 60 Hz.
Setting your display parameters by running an application seems kind of odd, though -- usually you'd expect an application not to do such a thing.
2 commentaires
Jason Ross
le 17 Avr 2013
Modifié(e) : Jason Ross
le 17 Avr 2013
I don't think so. It's an interface that's used to get information from Windows. I'd suspect that you would need to look more into the technologies behind things like VNC or display drivers to get that information.
You could also look at ways to generate a screen shot automatically and do something with that image.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!