diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/file.rst | 11 | ||||
-rw-r--r-- | docs/mock.rst | 11 | ||||
-rw-r--r-- | docs/pco.rst | 13 |
3 files changed, 25 insertions, 10 deletions
diff --git a/docs/file.rst b/docs/file.rst index 677a13d..f698d78 100644 --- a/docs/file.rst +++ b/docs/file.rst @@ -59,10 +59,15 @@ None **sensor-vertical-binnings** | *Default:* None -None **trigger-mode** - Trigger mode +None **trigger-source** + Trigger source - | *Default:* <enum UCA_CAMERA_TRIGGER_AUTO of type UcaCameraTrigger> + | *Default:* <enum UCA_CAMERA_TRIGGER_SOURCE_AUTO of type UcaCameraTriggerSource> + +None **trigger-type** + Trigger type + + | *Default:* <enum UCA_CAMERA_TRIGGER_TYPE_EDGE of type UcaCameraTriggerType> double **exposure-time** Exposure time in seconds diff --git a/docs/mock.rst b/docs/mock.rst index 425fe76..0d8acb0 100644 --- a/docs/mock.rst +++ b/docs/mock.rst @@ -59,10 +59,15 @@ None **sensor-vertical-binnings** | *Default:* None -None **trigger-mode** - Trigger mode +None **trigger-source** + Trigger source - | *Default:* <enum UCA_CAMERA_TRIGGER_AUTO of type UcaCameraTrigger> + | *Default:* <enum UCA_CAMERA_TRIGGER_SOURCE_AUTO of type UcaCameraTriggerSource> + +None **trigger-type** + Trigger type + + | *Default:* <enum UCA_CAMERA_TRIGGER_TYPE_EDGE of type UcaCameraTriggerType> double **exposure-time** Exposure time in seconds diff --git a/docs/pco.rst b/docs/pco.rst index 6d29226..f64425b 100644 --- a/docs/pco.rst +++ b/docs/pco.rst @@ -59,10 +59,15 @@ None **sensor-vertical-binnings** | *Default:* None -None **trigger-mode** - Trigger mode +None **trigger-source** + Trigger source - | *Default:* <enum UCA_CAMERA_TRIGGER_AUTO of type UcaCameraTrigger> + | *Default:* <enum UCA_CAMERA_TRIGGER_SOURCE_AUTO of type UcaCameraTriggerSource> + +None **trigger-type** + Trigger type + + | *Default:* <enum UCA_CAMERA_TRIGGER_TYPE_EDGE of type UcaCameraTriggerType> double **exposure-time** Exposure time in seconds @@ -277,4 +282,4 @@ string **version** bool **global-shutter** Global shutter enabled - | *Default:* False
\ No newline at end of file + | *Default:* False |