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 want to integrate xcalibrate in a setup tool used for setting up a new device (install packages, tweak settings, ...) but currently users have to drop into command-line to fill-in the settings.
Arguments which would be useful (with sample):
Only listing devices: ./xcalibrate --list-devices
Start with a specific device (based on the above list): ./xcalibrate --device "Device name or some ID"
Start with a specific amount of calibration points: ./xcalibrate --points 12
Output calibration data into a file: ./xcalibrate --output "some file"
The text was updated successfully, but these errors were encountered:
Thanks for the awesome tool.
I want to integrate xcalibrate in a setup tool used for setting up a new device (install packages, tweak settings, ...) but currently users have to drop into command-line to fill-in the settings.
Arguments which would be useful (with sample):
./xcalibrate --list-devices
./xcalibrate --device "Device name or some ID"
./xcalibrate --points 12
./xcalibrate --output "some file"
The text was updated successfully, but these errors were encountered: