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

Option to rotate video call picture (manually) #4585

Closed
1 task done
MerlinZero opened this issue Oct 14, 2020 · 5 comments
Closed
1 task done

Option to rotate video call picture (manually) #4585

MerlinZero opened this issue Oct 14, 2020 · 5 comments

Comments

@MerlinZero
Copy link

MerlinZero commented Oct 14, 2020

  • I have searched open and closed issues for duplicates

Feature Request:

An option to rotate the video call picture of the other caller (incoming video) by 90° (clockwise or counterclockwise).

Reason:

If the other caller is using the mobile app and rotates his phone physically to landscape, the picture of the video call on the desktop is not displayable in landscape mode but remains in portrait mode and hence is hard to watch.
It would maybe suffice to add a menu item in the "view" menu (where "toggle fullscreen" is located) to rotate the local video call picture 90° counterclockwise (and with every click another 90° ccw), as imho mobile phones tend to get rotated ccw by 90° for capturing video (because the phone buttons on the right side are then on the top).

Platform Info

Signal Version:

1.36.3 (deb)

Operating System:

Ubuntu 20.4

@MerlinZero
Copy link
Author

MerlinZero commented Oct 18, 2020

Oh look, I just found the developer tools :D
And in there the CSS can be edited for the ".module-ongoing-call__remote-video-enabled" and inserted a "transform: rotate(90deg);" and it's done 👍
Kudos to you devs, that it is even possible to edit the style sheets. I'm very happy that I can do it myself for now and it saves me some "desktop-rotation-workaround" trouble. None the less I would fancy a rotation button :) (and therefore do not close the request)

Edit: For now I could not find the right css element to adjust fullscreen view to expand the video to it's full height and width. It's rotated in fullscreen 👍 but it remains somewhat small.

@mikeweilgart
Copy link

This is a major usability issue for desktop-to-mobile video calls, actually.

@wielandp
Copy link

I agree. I don't want to explain my parents how to change CSS in devTools :-)

@Symmetronic
Copy link

I find this to be quite an important issue as well. But I would rather prefer a solution to the underlying orientation problem instead of a button to manually rotate the image.

@rkarlsson
Copy link

I also need a rotate button as the camera is mounted upside down. Works fine in other applications where this is fixable (zoom for instance).

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

No branches or pull requests

7 participants