0
I’m not facing errors, but when accessing the camera using kivy, I don’t know how to make the image occupy the whole size of the window. Below is the part of Kv file that does this:
<CapturarImagens>:
orientation: 'vertical'
Camera:
id: camera
resolution: (860, 600)
play: True
In "Resolution: " I tried for (self.width, self.height) but showed white screen. Someone knows how I should do?