Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a green screen #9

Open
jbrownkramer opened this issue May 12, 2020 · 1 comment
Open

Get a green screen #9

jbrownkramer opened this issue May 12, 2020 · 1 comment

Comments

@jbrownkramer
Copy link

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?

@parthsarthiprasad
Copy link

parthsarthiprasad commented May 26, 2020

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 = 640
IMG_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants