| 21 | || UCA_PROP_TRIGGERMODE || `trigger-mode` || see below || r/w || Trigger mode for shutter opening || |
| 22 | |
| 23 | The following table lists special properties that are ignored (and also flagged with an `UCA_ERR_PROP_INVALID` return value) by cameras that don't support them: |
| 24 | |
| 25 | ||= Property Name =||= Property String =||= Unit =||= Access =||= Meaning =|| |
| 26 | || UCA_PROP_INTERLACE_SAMPLE_RATE || `interlace-sample-rate` || integer quantity || r/w || Take only every `interlace-sample-rate` rows into account for the Fast-Reject algorithm || |
| 27 | || UCA_PROP_INTERLACE_PIXEL_THRESH || `interlace-pixel-threshold` || number of pixels || r/w || Row is classified as triggered, when more than `interlace-row-threshold` pixels trigger || |
| 28 | || UCA_PROP_INTERLACE_ROW_THRESH || `interlace-row-threshold` || number of rows || r/w || Ignore row trigger when less than `interlace-row-threshold` rows trigger || |
| 29 | |
| 30 | A camera may use different trigger signals to start exposure. Possible values are: |
| 31 | |
| 32 | ||= Trigger Name =||= Meaning =|| |
| 33 | || UCA_TRIGGER_AUTO || Free run mode || |
| 34 | || UCA_TRIGGER_EXTERNAL || Trigger via external hardware || |