You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to manipulate my webcam image and display it to screen. However, if I pass it into a pyfakewebcam camera, the feed I get when I ffplay /dev/video2 is the SIZE I set, but not the image. It's just green. Any ideas?
The text was updated successfully, but these errors were encountered:
hi, @jbrownkramer I have faced similar issues in the past with MVI errors and frame drops with camera and green screen, this might happen if your opencv resolutions are not working fine with frames passes, you can manually try changing them by
IMG_W=640IMG_H=480
alternatively also try setting input video resolutions in ffplay//ffmpeg which might fix the issue.
Try these options and let me know. Thanks.
I am able to manipulate my webcam image and display it to screen. However, if I pass it into a pyfakewebcam camera, the feed I get when I ffplay /dev/video2 is the SIZE I set, but not the image. It's just green. Any ideas?
The text was updated successfully, but these errors were encountered: