You are not logged in.
Pages: 1
I am about to get a USB webcam for video calls, but due to my desk/monitor setup I will have to clip it on the side of my monitor, which means the camera will be oriented vertically and the image will be rotated 90 degrees.
I cannot find any information about the cameras that support rotation, so I am assuming this should be done in software. Does any body have experience with this situation? Any recommendations?
Thanks!
Offline
It would be in the program settings, I only have zoom installed but it can rotate the video.
Rlu: 222126
Offline
You could also get one of those flexible arms to position the camera where you want.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
You could also get one of those flexible arms to position the camera where you want.
Yeah, I know, thanks, but I would like to avoid that. Software solution would be better in every possible way.
Offline
If your chat/conferencing software supports rotation you can use that.
As a last resort you can create a virtual camera and rotate the video with e.g. Webcamoid (Matrix Transform) or a custom ffmpeg command:
https://unix.stackexchange.com/a/408792
https://wiki.archlinux.org/title/Webcam … deo_stream
Some cameras may have a rotation control (v4l2-ctl --all ; v4l2-ctl --set-ctrl ...) , but those are probably rare and software may reset that when accessing the camera.
Most cameras use the uvcvideo driver and that does not have any rotation as far as I know.
Last edited by progandy (2021-06-23 08:34:53)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Pages: 1