-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create colorimeter correction && no longer recognize all the instrument after inserting the third instrument #304
Comments
I don't think the number of colorimeters connected to the computer is the main problem, as we expect more than one devices to be connected when a colorimeter correction file is generated. Could it be related to the newer device maybe? I see your ArgyllCMS version is 3.0.2 you might want to try it with the latest version which is 3.1.0 at the tiem of writing. |
I think we need to add the The following is for "i1 DisplayPro, ColorMunki Display": {
"usb_ids": [{"vid": 0x0765, "pid": 0x5020, "hid": True}],
"id": "i1D3",
"spectral": False,
"adaptive_mode": False,
"highres_mode": False,
"projector_mode": False,
"sensor_cal": False,
"skip_sensor_cal": False,
"measurement_mode_map": {"c": "r", "l": "n"},
"integration_time": [2.6, 0.2], # Measured
"refresh": True,
"spectral_cal": True,
}, |
The following steps are what I do for building and running displaycal on a newly installed win11: install python environment: install git: install Microsoft C++ Build Tools(Build whl file need this, only choose c++ tool, about 6.6 GB): reopen windows terminal.
Add more module: # No module named 'comtypes'
# Error - could not import WMI: No module named 'wmi'
# ModuleNotFoundError: No module named 'win32file'
pip install pywin32 comtypes wmi I don't know how to deal with such error when starting displaycal after I installed comtypes module: My python environment path: Win11 fault:
So start command: |
bug: After the displaycal gui is loaded, if I want to switch language, I get this error:
|
instrument:
Issue 1
When I finished measurement for i1studio. I didn't see any ccmx file generated. Where is it going?
Log from startup to the latest(including I forgot to change i1studio from calculate state to measure state by mistake):
Issue 2
Any two instruments is normal. If I plug in the third instrument and press fresh button, all the instruments gone. If I unplug any one of these three instrument and press fresh button, displaycal can recognize. Is it possible that the original author of DisplayCal did not consider that someone would plug in three colorimeters to a computer at the same time?
The text was updated successfully, but these errors were encountered: