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
I think this is due to a second query too soon after the first. Adding a time.sleep(1) is a workaround, but it would be nice if maybe the library could handle this or provide better insight.
GET_VCP_TIMEOUT=0.04# at least 40ms per the DDCCI specification
CMD_RATE=0.05# at least 50ms between messages
Those values should be enough as-is, but sometimes monitors need a little bit more time. Sadly in Windows these values are fixed; Microsoft is in the right here, but it does make workarounds like this necessary for some monitors :(
monitorcontrol --version
): 3.1.0Steps to Reproduce
The following python code errors:
Output:
The text was updated successfully, but these errors were encountered: