allo-
allo-
At least for me it is like that. I do not know why. I think the preview finds the wrong camera and tries the (blocked) real device, but I have...
Would you like to help testing? You could try if the same happens with other streams and v4l2loopback: https://atinkerholic.wordpress.com/2018/10/10/how-to-use-a-virtual-webcam-with-static-image-or-video-ffmpeg-v4l-utils-and-v4l2loopback/ You could also test with akvcam instead of v4l2loopback. One of...
- Try to reduce the fps - Averaging images reduces artifacts and flickering but creates after images - You can try using akvcam instead of v4l2loopback. v4l2loopback freezes when the...
I didn't have the chance to test on macOS at all. I am happy when it runs. Other optimizations you can try: - Which model are you using? resnet is...
> That's an iris video device on macbook pro I don't think will do anything, but can you point to an example if that's the case? I have no idea...
No, it is because OpenCV was not able to lower the buffer size of the webcam. # Attempt to reduce the buffer size if not cap.set(cv2.CAP_PROP_BUFFERSIZE, 1): print('Failed to reduce...
https://github.com/allo-/virtual_webcam_background/issues/62#issuecomment-782610328 Problem: Resolution cannot changed Cause: Some program has the device opened Solution: Close all programs that use the device or change the resolution using the program that has the...
You probably use a python versions that is (no longer) supported by tensorflow. You may try to find which tensorflow / tensorflow-gpu / tensorflow-cpu / tensorflow-nightly packages may be available....
Try to just install the latest versions. The versions in requirements.txt are tested, but using at least a more recent numpy should be no problem (not so sure for tensorflow,...
I wonder if we should have numpy only as indirect dependency. The project uses it directly, but I guess both tensorflow and mediapipe will always pull a compatible version in.