Skip to content

Commit b07e19d

Browse files
authored
Show other examples of imgcap
1 parent 6d54a86 commit b07e19d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

en/guide/configuration_file.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,13 @@ Key | Description | Default
121121
`format` | Image format (number). <br>Possible values:<ul><li>2 (Jpeg/<code>IMAGE_FILE_JPEG</code>)</li></ul>Notes:<ul><li>Currently only Jpeg is <a href="https://github.com/Dronecode/camera-manager/issues/163">supported for image capture</a>.</li></ul> | 2 (JPEG).
122122
`location` | The local path with write permission where captured images will be saved (usually the system-standard "Temp" directory). The path should be accessible and writable. | /tmp/
123123

124-
Example:
124+
Example (Ubuntu):
125125
```
126126
[imgcap]
127-
location=~/Temp/
127+
width=640
128+
height=480
129+
format=2
130+
location=/tmp/
128131
```
129132

130133
### [vidcap] {#vidcap}

0 commit comments

Comments
 (0)