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

Commit 66ab237

Browse files
committed
Update README.md
1 parent 8af91ec commit 66ab237

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Camera4Kivy
33

44
*Yet Another Camera for Kivy*
55

6-
6+
2023/02/09 : Android users: camerax_provider has been updated to version 0.0.3
77

88
- [Overview](#overview)
99
- [Install](#install)
@@ -670,6 +670,14 @@ providers.remove('picamera')
670670
kivy_options['camera'] = tuple(providers)
671671
```
672672

673+
You can read back the chosen camera provider with:
674+
675+
```python
676+
from camera4kivy import CameraProviderInfo
677+
678+
provider_string = CameraProviderInfo().get_name()
679+
```
680+
673681
### Android Camera Provider
674682

675683
`cd <project directory>`

0 commit comments

Comments
 (0)