3. Camera with Kivyο
3.1. How to run the demo with the cameraο
The camera is not able by default on the demo. In fact, if you do not provide a camera before starting the dom with the video enable, you will end up with an error.
3.2. Important infosο
Two providers have been tested:
gstreamer (with patch): already installed, used for images and videos
opencv (with patch): a lot of features available in opencv
WARNING If you want to use opencv, you need to install it on the board (if youβre not sure how to do it, check Install a Python Package in Yocto)
One type of camera has been tested:
USB camera
3.3. If you try other type of camerasο
If you tested another type of camera or provider and made it work, feel free to add it to this documentation by opening an issue.
If itβs not working, you can check the camera folder in the core part of the Kivy repository to understand how it work.