Skip to content

Commit 86499f6

Browse files
authored
README.md aktualisieren
1 parent 00e4968 commit 86499f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ cam.init()
9999
### Capture image
100100

101101
```python
102-
img = cam.capture()
102+
img = cam.capture() #capture image as configured
103+
img_rgb888 = cam.capture(PixelFormat.RGB888) #capture image and convert it to RGB888
103104
```
104105

105-
Keyword arguments for capture
106+
Arguments for capture
106107

107108
- out_format: Output format as PixelFormat (optional)
108109

0 commit comments

Comments
 (0)