Mar-30-2017, 09:41 AM
How to get display device details , where the system is connects with more than one display devices like DP, MDP , SDP ,HDMI ..etc
Display device details i.e connected with more than one device
|
||
Mar-30-2017, 09:41 AM
How to get display device details , where the system is connects with more than one display devices like DP, MDP , SDP ,HDMI ..etc
Mar-30-2017, 09:52 AM
What OS do you use? What kind of details?
Mar-30-2017, 10:01 AM
While I don't know what are the exact details/properties you are looking for, a quick search gave me these results which may help you:
Screen resolution: http://stackoverflow.com/questions/31293...-in-python Refresh rate, colour, bits per pixel: http://stackoverflow.com/questions/12250...fresh-rate
OS : window
Python 2.7 Looking for device name Python program that automatically finds and identifies multiple display devices connected to my computer (Windows)
Mar-30-2017, 11:52 AM
See this on SO.
Also, I don't if it's there but it is, you may try to take that info from the registry.
I have tried below code
Moderator Larz60+: Removed formatting and added python tags -- please remember these
| ||
|