summaryrefslogtreecommitdiffstats
path: root/docs/manual.md
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
committerMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
commit2033c6fa7a849ff551bab73e6fe6a985655ddbf0 (patch)
tree9b5f248587387dc632294c23b8861258c4de5250 /docs/manual.md
parent7b45ba3f7a80161cb0ec4ea30375b64abffb9079 (diff)
parent53cb646dee0c170f8517e92c7693cc04b636c3ff (diff)
downloaduca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.gz
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.bz2
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.xz
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.zip
Merge remote branch 'origin/1.1' into dexela
Diffstat (limited to 'docs/manual.md')
-rw-r--r--docs/manual.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/manual.md b/docs/manual.md
index a68400e..0dd9c66 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -236,6 +236,10 @@ In a similar way, properties are set with `g_object_set`:
NULL);
~~~
+Each property can be associated with a physical unit. To query for the unit call
+`uca_camera_get_unit` and pass a property name. The function will then return a
+value from the `UcaUnit` enum.
+
Several essential camera parameters _must_ be implemented by all cameras. To get
a list of them consult the API reference for [`UcaCamera`][ucacam-ref]. For
camera specific parameters you need to consult the corresponding API reference
@@ -259,13 +263,15 @@ The following cameras are supported:
## Property documentation
-* [Basic camera properties][base-doc]
-* [pco][pco-doc]
* [mock][mock-doc]
+* [pco][pco-doc]
+* [PhotonFocus][pf-doc]
+* [Ufo Camera][ufo-doc]
-[base-doc]: base.html
-[pco-doc]: pco.html
[mock-doc]: mock.html
+[pco-doc]: pco.html
+[pf-doc]: pf.html
+[ufo-doc]: ufo.html
# More API
@@ -490,5 +496,3 @@ grabbing time:
[TODO: Get more information from Volker Kaiser and/or Mihael Koep]
-
-# ChangeLog