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
|`[emitter]`|`selector`| u8 | UVC control selector |
30
30
|`[emitter]`|`control_bytes`| byte array | Payload to activate the emitter. Zeros of the same length deactivate it. |
31
+
|`[emitter]`|`off_bytes`| byte array | Optional. Explicit payload to deactivate the emitter. Needed for cameras that reject an all-zero "off" payload (e.g. with `ERANGE`). Defaults to zeros of `control_bytes` length when omitted. |
32
+
|`[emitter]`|`reset_on_close`| bool | Optional. Set `true` for cameras that reset the control when the controlling fd closes and only re-illuminate on a fresh open→set edge; the emitter then holds one fd open for the duration of each capture. Defaults to `false`. |
31
33
32
34
The `control_bytes` values are found via `linux-enable-ir-emitter configure` or UVC descriptor analysis.
0 commit comments