https://github.com/makenai/node-uvc-control/blob/master/lib/controls.js#L92
Because the Type of EXPOSURE_TIME_ABSOLUTE_CONTROL(CT_EXPOSURE_TIME_ABSOLUTE_CONTROL = 0x04 ) is PU for some reason, if you try to change CT_EXPOSURE_TIME_ABSOLUTE_CONTROL, the gain of PU (PU_GAIN_CONTROL = 0x04) will be changed.
AS-IS: Gain of PU is changed.
TO-BE: Exposure_Time_Absolute is changed.
https://github.com/makenai/node-uvc-control/blob/master/lib/controls.js#L92
Because the Type of
EXPOSURE_TIME_ABSOLUTE_CONTROL(CT_EXPOSURE_TIME_ABSOLUTE_CONTROL = 0x04) is PU for some reason, if you try to changeCT_EXPOSURE_TIME_ABSOLUTE_CONTROL, the gain of PU (PU_GAIN_CONTROL = 0x04) will be changed.AS-IS: Gain of PU is changed.
TO-BE: Exposure_Time_Absolute is changed.