diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-26 17:12:13 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-26 17:12:13 +0200 |
commit | 53cb646dee0c170f8517e92c7693cc04b636c3ff (patch) | |
tree | 4097456816d2ef0dfce33e24cd05ffd14485ab12 /docs/manual.md | |
parent | f68bda1ebebcf589fdab832abfecf997b7f223a6 (diff) | |
download | uca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.gz uca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.bz2 uca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.xz uca-53cb646dee0c170f8517e92c7693cc04b636c3ff.zip |
Update documentation and release 1.1
Diffstat (limited to 'docs/manual.md')
-rw-r--r-- | docs/manual.md | 16 |
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 |