From 53cb646dee0c170f8517e92c7693cc04b636c3ff Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 26 Oct 2012 17:12:13 +0200 Subject: Update documentation and release 1.1 --- docs/manual.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'docs/manual.md') 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 -- cgit v1.2.3