diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-09-10 11:10:39 +0200 | 
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-09-10 11:10:39 +0200 | 
| commit | 1d3206f4e9a54412aa3e7bba5f10691559093316 (patch) | |
| tree | ea4541eef7c44a98422675fce4f9ebfb62c1c2bf | |
| parent | 499a4716e19b115d68c39385a87f9bbe4b44bb4e (diff) | |
| download | uca-1d3206f4e9a54412aa3e7bba5f10691559093316.tar.gz uca-1d3206f4e9a54412aa3e7bba5f10691559093316.tar.bz2 uca-1d3206f4e9a54412aa3e7bba5f10691559093316.tar.xz uca-1d3206f4e9a54412aa3e7bba5f10691559093316.zip  | |
Fix #53: in docs replace INTERAL by SOFTWARE
| -rw-r--r-- | docs/api.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst index 63b155f..8d55b6a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -63,16 +63,16 @@ property:  1. ``UCA_CAMERA_TRIGGER_AUTO``: Exposure is triggered by the camera     itself. -2. ``UCA_CAMERA_TRIGGER_INTERNAL``: Exposure is triggered via software. +2. ``UCA_CAMERA_TRIGGER_SOFTWARE``: Exposure is triggered via software.  3. ``UCA_CAMERA_TRIGGER_EXTERNAL``: Exposure is triggered by an external     hardware mechanism. -With ``UCA_CAMERA_TRIGGER_INTERNAL`` you have to trigger with +With ``UCA_CAMERA_TRIGGER_SOFTWARE`` you have to trigger with  ``uca_camera_trigger``::          /* thread A */          g_object_set (G_OBJECT (camera), -                      "trigger-mode", UCA_CAMERA_TRIGGER_INTERNAL, +                      "trigger-mode", UCA_CAMERA_TRIGGER_SOFTWARE,                        NULL);          uca_camera_start_recording (camera, NULL);  | 
