Video call outgoing video preview cropped to screen resolution #2535
Labels
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
bug
Something isn't working
Steps to reproduce
Initiate video call and observe aspect ratio of preview to be equal to screen ratio and potentially a different aspect ratio on the receiving side of the conversation.
This is most noticeable with extremely stretched aspect ratios such as the 19.5:9 ratio on Pixel 6/7 Pro since the video aspect ratio is 16:9.
Expected behaviour
The preview video aspect ratio should be an exact match to the actual video aspect ratio.
Actual behaviour
The preview video aspect ratio matches the screen aspect ratio.
Device brand and model
Pixel 6/7 Pro
Android version
13
Nextcloud Talk app version
15.0.1
Nextcloud server version
25
Talk version
15.0.0
Custom Signaling server configured
No response
Custom TURN server configured
No response
Custom STUN server configured
No response
Android logs
No response
Server log
No response
Additional information
The issue was caused by THIS commit; 892ffe8
Reverting it causes the preview aspect ratio to again match the video aspect ratio.
Granted, the difference doesn't appear to be particularly large in most cases, but when this commit (#2297) is merged allowing native sensor aspect ratio, the issue will become significant, since it won't be possible to preview what the camera actually captures.
The text was updated successfully, but these errors were encountered: