mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Add a note about manually flipping horizontally
This commit is contained in:
parent
fd2b1d22d3
commit
0d89be9cd9
1 changed files with 4 additions and 1 deletions
|
|
@ -380,10 +380,13 @@ Rectangle {
|
|||
anchors.centerIn: parent
|
||||
height: CallStyle.actionArea.userVideo.height
|
||||
width: CallStyle.actionArea.userVideo.width
|
||||
// Function to use if we want to manually Flip horizontally the preview without MSOGL
|
||||
// transform: Matrix4x4 {
|
||||
// matrix: Qt.matrix4x4(-1, 0, 0, CallStyle.actionArea.userVideo.width, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
|
||||
// }
|
||||
|
||||
active: incall.width >= CallStyle.actionArea.lowWidth && incall.call.videoEnabled && !_fullscreen
|
||||
sourceComponent: cameraPreview
|
||||
|
||||
Component {
|
||||
id: cameraPreview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue