-
Notifications
You must be signed in to change notification settings - Fork 472
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
Horizontal video flip for live streaming inverts text #1021
Comments
Hey @rmarcet can you please confirm whether you are using the Amazon Chime Javascript SDK or the Amazon Chime native app? |
Having the same issue on MacOS, Chime native app
The picture is not flipped in zoom or their provided Visualizer viewer. |
Thanks for commenting, @tedfar and @rmarcet. This repo is for the Amazon Chime SDK — the code that developers use to add video and voice to their applications — not for the Amazon Chime app. The best way to get support for the app is through AWS support. I’m asking some experts about whether it’s possible to turn off the mirroring of the local video tile in the native Chime app. The mirroring should only be present in your own self-view, and is there because it’s comforting to most users: if you connect a second participant to the meeting, they should see the video with no flip. Could you confirm? As a workaround, you might be able to use the web app at https://app.chime.aws, and use your browser developer tools to add CSS to the self-view video element: -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1);
transform: scale(-1, 1); filter: FlipH; which will flip it if it’s not already, or turning those |
@rnewman, thanks for bringing to my attention the possibility that this existed only in the self-view. I was able to test with other participants and they said the video was not horizontally inverted and that they could read the text as intended. Might still be useful to add this feature to the application as many may still want the option of seeing a non-inverted self-view. Many thanks! |
Late to the party but again this is really bad because the flaw basically prevents everyone from using Chime for whiteboard coding interviews. Please fix this ASAP. (PS: I'm using Mac OS app) |
As I mentioned in my previous post before closing the case, this issue only affects the self view and not the view from others attending the Chime meeting. I tested it with others and the text was not inverted horizontally. Again, this only affects the self view which you really do not need anyway if you are looking at your whiteboard. |
Just to reiterate here, @rvhuang: this repo is for the Amazon Chime SDK for JavaScript; it's straightforward to flip or not flip self view in the SDK. In neither the SDK nor the Amazon Chime app is your actual video stream flipped. I'll pass along the feature request to the relevant team. |
The situation I experience is live streaming where I'm whiteboarding or diagraming on paper, and any written text appears backward or horizontally inverted. There does not appear to be an option to "uncheck" this in the video settings. I've tried on two separate webcams. The horizontal flip would not be an issue otherwise.
Screenshots
Platform
The text was updated successfully, but these errors were encountered: