Skip to content

Return 0 of get_luminance() in windows 10 #200

Description

@kenyg2020

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions