vbartels
vbartels
This pull request: https://github.com/xlinur/tuya-homebridge/pull/1/files claims to have this fixed.... I've no way to check?!
Nothing changed, how can I help? Are more informations needed?
I switched to @0x5e s fork and it works for me, too. Thanks!
Hi, I have the same problem on linux. I compiled release 20231010 from source. C&C The First Decade (English) DVD is detected but copying fails. This is from the install.log:...
Okay - I figured out the Test script is calling the VideoCapture() method with just the index of the video device while the script itself gives the parameter cv2.CAP_GSTREAMER. ```...
At home.. changing `vc = cv2.VideoCapture(0,cv2.CAP_GSTREAMER)` to `vc = cv2.VideoCapture(0)` seems to have it solved for me. Lights are running back again - Yay! I cant see a difference to...
I tried that at first, because the line is still in the code. Unfortunately it results in: ``` ./harmonize.py --- Starting Harmonize Project --- INFO: Single Hue bridge detected on...
Not knowing much about python I fiddled around half the day. my OpenCV has definetely ffmpeg support builtin: ``` >>> import cv2 >>> cv2.__version__ >>> info = cv2.getBuildInformation() >>> video,...
Hi, I have almost the same problem. Gotify works but no push notification. I set it up via portainer as stack with the exact configuration from the wiki (despite password...
Hi, yes - app works. I can send via curl and from my proxmox and see it in the gotify webinterface and igotify app on iphone. I fiddled a bit...