필터 지우기
필터 지우기

Collect Monitor Refresh Rate?

조회 수: 6 (최근 30일)
omid jab
omid jab 2013년 4월 17일
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?

채택된 답변

Jan
Jan 2013년 4월 17일
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
omid jab
omid jab 2013년 4월 17일
tanx, my monitor is an LCD monitor. I don't want control refresh rate. I wanna determine the content displayed on any monitor refresh (frame).
Jan
Jan 2013년 4월 17일
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?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jason Ross
Jason Ross 2013년 4월 17일
편집: Jason Ross 2013년 4월 17일
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
omid jab
omid jab 2013년 4월 17일
thanks for your answer, yes I'm on windows. I know my monitor refresh frequency. it's near 60 Hz and can be set to 75 Hz. I didn't know WMI. thanks for introduce it to me. I wanna to determine individual frame. Can WMI help me?
Jason Ross
Jason Ross 2013년 4월 17일
편집: Jason Ross 2013년 4월 17일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by