You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bcordix 973b03f1e2 Begin integration work преди 7 години
.github Add GitHub pull request template преди 8 години
Adafruit_Video_Looper Fix bug with hello_video player getting unexpected volume parameter. преди 9 години
pi_hello_video Begin integration work преди 7 години
.gitignore Begin integration work преди 7 години
LICENSE Initial commit преди 9 години
README.md Begin integration work преди 7 години
disable.sh Add disable script and default to console output on. преди 9 години
ez_setup.py Make program installable with setuptools. преди 9 години
install.sh Begin integration work преди 7 години
remount_rw_usbkey.sh Added script to remount usbkey in rw mode преди 9 години
setup.py Begin integration work преди 7 години
video_looper.conf Simplify running module to fix stdout buffering issue with supervisor. преди 9 години
video_looper.ini Begin integration work преди 7 години

README.md

pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.

Raspberry Pi hello video

Fork of hello_video example from Raspberry Pi sample code that provides seamless looping of a raw H264 video stream. Original code is available at: https://github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi

Build by executing hv_rebuild.sh.

Install by executing sudo make install inside hello_video directory.

Run by executing hello_video.bin. With no parameters the usage will be printed.