Elliot Garbus

Results 67 comments of Elliot Garbus
trafficstars

I'm looking forward to the update - but just really wanted to say thank you for creating & supporting this library.

```opencv-python``` was installed on 1.11.1 and is required, but not documented, for the camera to work. I just deleted ```opencv-python``` from the venv and the camera did not work, reinstalling,...

@worraps Confirmed. I commented out the resolution line, and the code runs as expected.

I ran the app with the resolution line in place, and it is currently working, but the log shows some warnings: [INFO ] [Logger ] Record log in C:\Users\ellio\.kivy\logs\kivy_21-03-03_2.txt [INFO...

Creating a simple test, I do not see the reported issue with Kivy. Kivy V2.2.1 ```python from kivy.app import App from kivy.uix.image import Image class Reproduce7844App(App): def build(self): image =...

@Julian-O This issue can be closed. The Window property fullscreen is properly documented: https://kivy.org/doc/stable/api-kivy.core.window.html#kivy.core.window.WindowBase.fullscreen I suspect the root cause of this issue is that @petaflot was referring to the documentation...

@Julian-O should the status be changed to has PR? see: #7997

I'm experiencing the same issue with python 3.12.1 Here is the code I'm using: ```python # Code is lifted from this blog post: # https://metallapan.se/post/windows-service-pywin32-pyinstaller/ import sys import time import...

You example on Stack Overflow you show installing both Kivy and KivyMD. I suggest you try to pip install kivy in to a venv, per the instructions and report the...

@aekarahan I can not reproduce your error with the same software configuration. This suggests there could be something in your system configuration causing the issue. You mentioned you have a...