8000 Update README.md · Android-for-Python/Camera4Kivy@acb9c1e · GitHub
[go: up one dir, main page]

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

Commit acb9c1e

Browse files
Update README.md
1 parent 798a926 commit acb9c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In Python
103103
self.preview = Preview(aspect_ratio = '16:9')
104104
```
105105

106-
To connect the camera unit to the Preview call the preview's `connect_camera()` method, **after on_start()**. For example to connect the camera with the image analysis api enabled :
106+
To connect the camera unit to the Preview call the preview's `connect_camera()` method, **at least one timestep after on_start()**. For example to connect the camera with the image analysis api enabled :
107107

108108
```python
109109
self.preview.connect_camera(enable_analyze_pixels = True)
@@ -153,7 +153,7 @@ The implementation of the camerax gradle dependencies is architecture specific,
153153

154154
#### Run Time Permissions
155155

156-
The following run time permissions must be in be requested in the app. As usual request these in build() or after on_start(). See the examples.
156+
The following run time permissions must be in be requested in the app. As usual request these at least one timestep after on_start(). See the examples.
157157

158158
Always required: `CAMERA`
159159

0 commit comments

Comments
 (0)
0