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
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.
The text was updated successfully, but these errors were encountered:
- Possibly related to the previous commit which had a typo affecting camera input terminal (CT) controls.
- There might be other bugs in the control data, should check against UVC v1.5 reference.
Fixesmakenai#60
See
- makenai#60
- https://www.usb.org/documents?search=uvc
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.
The text was updated successfully, but these errors were encountered: