Open trojanGoat opened 1 year ago
Hey,
You can add ffmpeg vflip
filter to vertically flip the video. Here's how I modified the ffmpeg command:
ffmpeg -nostdin -threads 1 -i 'udp://@0.0.0.0:8554?overrun_nonfatal=1&fifo_size=50000000' -f:v mpegts -fflags nobuffer -vf format=yuv420p,hflip,vflip -f v4l2 /dev/video42
Hello All,
My camera is mounted upside down. Is there a way to rotate the video?