Python program for recording and dynamically displaying videos in a tiled format.
collage
object defined in video_collage/collage.py
, and contains all operations
for recording videos and assembling tiled output video. video_player.py
defines
video player object that updates and displays video using PyQt.
Run the following in a terminal for installation:
conda install -c anaconda numpy
conda install -c conda-forge opencv
pip install pyqt5 --user