GermanWarez

Results 6 comments of GermanWarez

I tried to port, and figured this out: - There was already a PR for a fix, that was removed (and most likely some more comment here that got deleted)....

It cannot be done. If you have an Apple Developer Account (and the necessary rights) you can compile https://github.com/daily-co/daily-virtual-camera which provides a virtual camera that can ingest any video via...

Fix: Stop the video stream before closing the device, e.g: ioctl(vcam->device, VIDIOC_STREAMOFF, &parm) Source: https://github.com/obsproject/obs-studio/pull/7078 A fix might be to insert this before 'close(_camera_fd);': ``` struct v4l2_streamparm parm = {0};...

@letmaik I could add a test that would be executed by github actions, that should fail without the fix and pass with the extra line. But I have no linux...

"[Video width must be divisible by 8](https://stackoverflow.com/questions/24073741/video-width-must-be-divisible-by-8)" is quite a few year old. But I'm pretty sure the green image is caused by OBS virtual camera plugin encoding the images...

Thanks for clarification. Then it's either a bug in cv2 producing different frames sizes (easy to log in python), or a bug in libyuv in virtual_output.h (that is used to...