summaryrefslogtreecommitdiffstats
path: root/docs/mock.rst
diff options
context:
space:
mode:
authorMariaMatveeva <matveeva.maria@gmail.com>2016-08-26 14:29:03 +0200
committerMariaMatveeva <matveeva.maria@gmail.com>2016-08-26 14:29:03 +0200
commit48b868c5208816b007ec1d9c7940e75b4c64e5ce (patch)
treeca1f4a3bc0838b94b9fe9774d23ca1848948c303 /docs/mock.rst
parentd0aabc426cb01d488e9d41a66623773da73ff5e3 (diff)
downloaduca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.gz
uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.bz2
uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.xz
uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.zip
Update documentation
Diffstat (limited to 'docs/mock.rst')
-rw-r--r--docs/mock.rst23
1 files changed, 9 insertions, 14 deletions
diff --git a/docs/mock.rst b/docs/mock.rst
index 0d8acb0..af96c57 100644
--- a/docs/mock.rst
+++ b/docs/mock.rst
@@ -10,13 +10,13 @@ string **name**
unsigned int **sensor-width**
Width of the sensor in pixels
- | *Default:* 1
+ | *Default:* 512
| *Range:* [1, 4294967295]
unsigned int **sensor-height**
Height of the sensor in pixels
- | *Default:* 1
+ | *Default:* 512
| *Range:* [1, 4294967295]
double **sensor-pixel-width**
@@ -34,7 +34,7 @@ double **sensor-pixel-height**
unsigned int **sensor-bitdepth**
Number of bits per pixel
- | *Default:* 1
+ | *Default:* 8
| *Range:* [1, 32]
unsigned int **sensor-horizontal-binning**
@@ -43,22 +43,12 @@ unsigned int **sensor-horizontal-binning**
| *Default:* 1
| *Range:* [1, 4294967295]
-None **sensor-horizontal-binnings**
- Array of possible binnings in horizontal direction
-
- | *Default:* None
-
unsigned int **sensor-vertical-binning**
Number of sensor ADCs that are combined to one pixel in vertical direction
| *Default:* 1
| *Range:* [1, 4294967295]
-None **sensor-vertical-binnings**
- Array of possible binnings in vertical direction
-
- | *Default:* None
-
None **trigger-source**
Trigger source
@@ -157,4 +147,9 @@ unsigned int **num-buffers**
Number of frame buffers in the ring buffer
| *Default:* 4
- | *Range:* [0, 4294967295] \ No newline at end of file
+ | *Range:* [0, 4294967295]
+
+bool **fill-data**
+ Fill data with gradient and random image
+
+ | *Default:* True