Top/Bottom Vertical Video (e.g. Security Camera) Monitor using Raspberry Pi 4

Raspberry Pi Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPvIdR5BEqDgO7DsGAla_AZ

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (vergelijkbaar)

Raspberry Pi Downloads: https://www.raspberrypi.org/downloads/

Rotate Screen
sudo nano /boot/config.txt

Add this line and use Control-O to save and Control-X to exit.

display_rotate=1
Top Script
#!/bin/bash
/usr/bin/omxplayer --win "0,0,1080,960" "rtsp://username:password@ip_address:554/cam/realmonitor?channel=1&subtype=1"
Bottom Script
#!/bin/bash
/usr/bin/omxplayer --win "0,960,1080,1920" "rtsp://username:password@ip_address:554/cam/realmonitor?channel=1&subtype=1"

Leave a comment

Your email address will not be published. Required fields are marked *