Webcam stream image rotation
I have the webcam (mounted inverted and have the appropriate rotation selected.) setup and everything works great via the web page. If I look at the webcam stream in another browser tab the image is the inverted view. This causes issues with viewing the camera via Home Assistant or any other third party. Is there a way for the raw stream and snapshot to also be rotated?
Comments
What you want is I guess mjpg_streamer to rotate it already. You can change the parameter for all webcams in file /usr/local/Repetier-Setup/etc/webcam.conf there are 2 parameter dependent on cam type
where you can add extra parameter. -rot 180 should rotate on camera side I think. You can also google mjpg_streamer options for more control.
I changed the following:
I've rebooted the server several times. In another thread I found where it was recommended to use: ps aux | grep mjped To see the used parameter This is the result: bditter@repetier:/usr/local/Repetier-Setup/etc $ ps aux | grep mjpeg bditter 2424 0.0 0.0 7444 568 pts/0 S+ 08:22 0:00 grep --color=auto mjpeg Am I doing something wrong with the configuration?