You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Followup from #48, It works fine when not setting any resolution (so letting it use the default of 640x360), but when I add cameraSource.resolution = Size(480, 640) in the onResume() method of the example app's CameraTabFragment, both the view on the phone and the stream are stretched.
To Reproduce
Steps to reproduce the behavior:
Add cameraSource.resolution = Size(480, 640) in the onResume() method of the example app's CameraTabFragment
Hold phone in portrait mode
Tap publish
Open Stream
Both the video on the phone and the stream are stretched.
Expected behavior
Video should not be stretched
Screenshots
Phone
VLC
Desktop (please complete the following information):
OS: macOS 11.6
VLC media player 3.0.12.1 Vetinari (revision 3.0.12.1-0-g170157402b)
Smartphone (please complete the following information):
Device: Samsung Galaxy A02
OS: Android 11
The text was updated successfully, but these errors were encountered:
Describe the bug
Followup from #48, It works fine when not setting any resolution (so letting it use the default of 640x360), but when I add
cameraSource.resolution = Size(480, 640)
in theonResume()
method of the example app's CameraTabFragment, both the view on the phone and the stream are stretched.To Reproduce
Steps to reproduce the behavior:
cameraSource.resolution = Size(480, 640)
in theonResume()
method of the example app's CameraTabFragmentExpected behavior
Video should not be stretched
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: