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

Commit c22c131

Browse files
committed
Update README.md
1 parent 87d2c6a commit c22c131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ Camera4Kivy depends on a 'camera provider' to access the OS camera api. On most
571571
| Android | [CameraX](https://github.com/Android-for-Python/camera4kivy#android-camera-provider) | Android >= 5.0 |
572572
| iOS | [AVFoundation](https://github.com/Android-for-Python/camera4kivy#avfoundation) |
573573

574-
Like Kivy, the first available provider is selected. Some camera provider specific behavior should be expected. For example a switch to a camera that does not exist will be ignored on MacOS and Rasberry Pi, but generate a screen message with OpenCV or GStreamer. Camera resolution defaults to the maximum available sensor resolution, except on Raspberry Pi where the default is (1024, 768).
574+
Like Kivy, the first available provider is selected. Some camera provider specific behavior should be expected. For example a switch to a camera that does not exist will be ignored on MacOS and Rasberry Pi, but generate a screen message with OpenCV or GStreamer. Camera resolution defaults to the maximum available camera provider resolution, except on Raspberry Pi where the default is (1024, 768).
575575

576576
You can remove a camera provider ('picamera' in the example below) from the above lists by inserting this code **before** `from kivy.app import App`.
577577

0 commit comments

Comments
 (0)