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

Screen capture show mirrored in fakecamera script #8

Open
MurzNN opened this issue Apr 22, 2019 · 2 comments
Open

Screen capture show mirrored in fakecamera script #8

MurzNN opened this issue Apr 22, 2019 · 2 comments

Comments

@MurzNN
Copy link

MurzNN commented Apr 22, 2019

I successfully start fakecamera script on Ubuntu 19.04 with KDE environment, and Firefox shows the one screen, but the image from fake webcam is mirrored in Firefox! How can I mirror it back?

@MurzNN
Copy link
Author

MurzNN commented Apr 22, 2019

adding -vf hflip argument to ffmpeg launch command solves the problem, is this right solution? Why in my setup it is mirrored by default?

P.S. And here are Firefox issues about dual monitors share problem:
https://bugzilla.mozilla.org/show_bug.cgi?id=1412333
https://bugzilla.mozilla.org/show_bug.cgi?id=1552456

@BigB84
Copy link

BigB84 commented Dec 9, 2020

I have similar problem with firefox, jitsi and beta.jitsi
OS: xen-based virt. Debain.

In webcamoid screen is shared properly. In Jitsi it is flipped vertically, in Jitsi beta it's mirrored.
I fixed it same as @MurzNN by -vf hflip.
It seems it's jitsi problem however maybe we could add such option while executing script, as it's useful?

I mean after . fakecamera :

  • Which screen you want to share (..)
  • Do you want to append transform fix?

Alternatively, we could add information to docs, as it'd be much faster to fix the problem than searching for it in issues or reading ffmpeg/v4l2 docs. Of course that's how we should search but I thought about less technical people that have just come from windows or they don't know how to use search engine ;)

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