adamesch / elgato-key-light-api

MIT License
63 stars 8 forks source link

Incorrect color temperature maths #3

Open negentropicdev opened 9 months ago

negentropicdev commented 9 months ago

The resource documentation describes the operation as multiplying or dividing by 0.05 to convert units however the actual scaling is not linear and the higher temperature values have lower API values.

image

These numbers match across all 3 of my key lights.

chrchr commented 7 months ago

The light uses Mireds for color temperature. I created a pull request here:

https://github.com/adamesch/elgato-key-light-api/pull/4