-
Notifications
You must be signed in to change notification settings - Fork 105
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
Reflect webcam #23
Comments
Hi @cuongnl-pnc, I‘m not sure if that can be resolved, since you would only want the image to be mirrored when the camera is front facing. I will look into it in a couple of days when I have some more time. |
Hi @cuongnl-pnc, I looked into this a little more. There are differences among browsers what information is returned about the active camera (i.e. is it user-facing or not). During my tests I noticed, that my desktop and laptop cameras, even if they are built-in, don't reveil whether they are user-facing or not, but my smartphone did reveal it. I will also provide mechanisms to turn-off this feature as it might not be desirable under certain circumstances. Cheers! |
Hi @cuongnl-pnc, I released a new version of this library (0.2.0) that mirrors the webcam image horizontally when the active webcam is detected to be user-facing. I also provided a new parameter with which the mirroring can be controlled explicitly. See the documentation for details. Cheers! |
Hi.
When I use my mobile phone with front camera, it seems not my expected image, it need to be reflected.
How can I do this?
The text was updated successfully, but these errors were encountered: