-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Feature request: Allow to rotate the camera. #4426
Comments
|
--rotation=3 did the trick -> Goodbye DroidCam! |
this flag doesn't have an effect for video4linux with camera source and stream always start in horizontal mode i'm using below for linux webcam
|
See #4441.
|
Is there any new development on this? |
What do you try to achieve? Camera orientation is supported for display and recording, but not for the video4linux feature. https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#orientation Cf highlights of v2.3 (but take the latest version, not v2.3). |
I need to be able to rotate the camera using v4l2loopback. How to reproduce:
I expect to be able to rotate the webcam sink. |
Rotate the phone to get the expected orientation 😄 More seriously, it will require to filter the capture on the server side (refs #4011 (comment)). |
Please test #5455. |
Hi, I just updated ScrCpy to the latest version and tested the new camera features, which are awesome, but it only works on horizontal mode, with the top of the device to the left, so it don't rotate at all.
It would be great if were implemented an option to allow it to rotate along with the device, or just to switch it to vertical mode.
Cheers.
The text was updated successfully, but these errors were encountered: