Can Berk
Can Berk
Any updates?
Hello, I am having a problem with Windows too. It works just fine on Linux 20.04 but in Windows, it apparently has a problem with setting cap properties. Firstly the...
Thank you so much for your time, I tried to convert it into YUYV after capturing as BGR but it corrupts the metadata stripe on the bottom 4 rows and...
Hello, unfortunately, this does not work either. DirectShow keeps giving me RGB24 even I call these; ``` self.cap.set(cv2.CAP_PROP_FOURCC, 0x32595559) self.cap.set(cv2.CAP_PROP_CONVERT_RGB, 0) ``` Thank you for your time and help.
Unfortunately setting the frame size didn't help either. Thank you
I will be giving this a shot when I have time. I will update here if it works, thank you again!
Hey, it works with this backend! Thank you so much for the help. My system also if anyone needs it: Win 10 Pro 21H2 Python 3.10.0 x64 and OpenCV 4.5.5.62