Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit b57c8ca

Browse files
committed
Update README.md
1 parent 03cb345 commit b57c8ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ Always do this. It is sometimes critically important to disconnect the camera wh
212212
def stop_capture_video(self): # Android only
213213
```
214214

215-
Captures are saved to `<location>/<subdir>/<name>.jpg` or `.mp4`. Captures are never mirrored, except a screenshot capture if the Preview is mirrored.
215+
Captures are never mirrored, except a screenshot capture if the Preview is mirrored. Capture resolution varies as discussed [here](https://github.com/Android-for-Python/Camera4Kivy#capture-resolution).
216+
217+
Captures are saved to `<location>/<subdir>/<name>.jpg` or `.mp4`.
216218

217219
The default values are as follows. On a desktop `<location>` is the current directory `.`, on Android `<location>` is `DCIM/<appname>`. The value of `<subdir>` is the current date, the format is 'YYYY_MM_DD'. The value of `<name>` is the current time, the format is 'hh_mm_ss_xx' (xx is 1/100 sec).
218220

@@ -459,7 +461,7 @@ Is a physical property of the screen (display resolution) and the Preview widget
459461

460462
#### Capture Resolution
461463

462-
The resolution of a capture. A photo capture resolution is cropped sensor resolution. Video resolution is one to the standard resolutions, depending on the cropped sensor resolution. A screenshot capture resolution is the Preview resolution.
464+
The resolution of a capture. A photo capture resolution is [cropped sensor resolution](https://github.com/Android-for-Python/Camera4Kivy#cropped-sensor-resolution). Video resolution is one to the standard resolutions, depending on the cropped sensor resolution. A screenshot capture size in pixels is the [Preview resolution](https://github.com/Android-for-Python/Camera4Kivy#preview-resolution).
463465

464466
#### Analysis Resolution
465467

0 commit comments

Comments
 (0)