Open arthurzenika opened 6 years ago
Hi Arthur. At first sight, it looks like your camera resolution is bigger than what I tested. I cannot check right now, but if you find some hardcoded width=640/height=480 somewhere in my code, that's a likely cause for error.
Hi @arthurlogilab,
I checked the code, and it should work with bigger resolutions. Your issue might come from which provider is used for the camera.
Check this line in your log: [INFO ] [Camera ] Provider: gi(['camera_picamera'] ignored)
Where you have gi, ... ignored
, I have opencv
.
You can check with the more basic Kivy camera example here: https://kivy.org/doc/stable/examples/gen__camera__main__py.html
And you can check that your OpenCV install allows using the camera correctly using a code snippet from here: https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_gui/py_video_display/py_video_display.html.
Please tell me how it goes so I can update the documentation accordingly! And thanks for reporting your bug.