You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I tried get_luminance() of monitocontrol package ver 3.0.1 in windows 10 but I've got return 0 in my Display Monitor
from monitorcontrol import get_monitors
for monitor in get_monitors():
with monitor:
print(monitor.get_contrast())
print(monitor.get_luminance())
print(monitor.get_vcp_capabilities())
0
0
{'prot': '', 'type': '', 'model': '', 'cmds': {}, 'vcp': {}, 'mswhql': '', 'asset_eep': '', 'mccs_ver': '', 'window': '', 'vcpname': '', 'inputs': ''}
EDID data is like that
ID Manufacture Name : ALX
ID Product Code : 0010
ID Serial Number : N/A
Week of Manufacture : 30
Year of Manufacture : 2017
and more
Do you have any idea why get_luminance() returns 0?
The text was updated successfully, but these errors were encountered:
with monitor.get_vcp_capabilities() and monitor.get_input_source() I've got
[{'name': 'None {e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}', 'model': '{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}', 'serial': '5&1062d4b7&1&UID4359', 'manufacturer': None, 'manufacturer_id': 'ALX', 'edid': '00fffffffff
and
InoutSource.OFF
-Monitor manufacturer and model number are 'ALX' and 'None'
-Input source is physically HDMI and output source is NVIDA Quadro P2000 Anrecson
-Python version 3.10.6 and windows 10
Is there any way to get monitor brightness without DDC-CI support you mentioned?
Hello
I tried get_luminance() of monitocontrol package ver 3.0.1 in windows 10 but I've got return 0 in my Display Monitor
from monitorcontrol import get_monitors
for monitor in get_monitors():
with monitor:
print(monitor.get_contrast())
print(monitor.get_luminance())
print(monitor.get_vcp_capabilities())
0
0
{'prot': '', 'type': '', 'model': '', 'cmds': {}, 'vcp': {}, 'mswhql': '', 'asset_eep': '', 'mccs_ver': '', 'window': '', 'vcpname': '', 'inputs': ''}
EDID data is like that
ID Manufacture Name : ALX
ID Product Code : 0010
ID Serial Number : N/A
Week of Manufacture : 30
Year of Manufacture : 2017
and more
Do you have any idea why get_luminance() returns 0?
The text was updated successfully, but these errors were encountered: