If you like this and feel extra thankful, https://paypal.me/HussX1
Clone:
sudo apt-get install git
git clone https://github.com/HussX/piplay.git
cd piplay
Modify config.yaml
:
row
and column
variables. For instance, 2 rows and 3 columns will be arranged as such in 0 or 180-degree rotation. In 90 or 270-degree rotation, it will be a 3x2 grid. The stream order will fill the grid based on a 0-degree rotation.Run the Installer:
config.yaml
is modified to your requirements, run the following commands:
sudo chmod +x ./install.sh
sudo ./install.sh
piplay.py
, startup.sh
, and config.yaml
to /opt/piplay
, and enable the piplay.service
file. Start the service:
sudo systemctl start piplay
sudo systemctl status piplay
and/or journalctl -f
. Program logfiles are stored at /var/log/piplay.log
.piplay.py
directly and install manually, ensure to pull the framebuffer exports from startup.sh
along with the config.yaml
.displaycams
and enable running up-to-date OSes on newer Raspberry Pis. After extensive searches, I found no other developed tools that worked well, so I am sharing this solution. Developed as a joint effort between myself and some AI assistance.