Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
bcordix 8c5768bc8a Merge 973b03f1e2 into 449c39f1b1 před 7 roky
.github Add GitHub pull request template před 8 roky
Adafruit_Video_Looper Fix bug with hello_video player getting unexpected volume parameter. před 9 roky
pi_hello_video Begin integration work před 7 roky
.gitignore Begin integration work před 7 roky
LICENSE Initial commit před 9 roky
README.md Begin integration work před 7 roky
disable.sh Add disable script and default to console output on. před 9 roky
ez_setup.py Make program installable with setuptools. před 9 roky
install.sh Begin integration work před 7 roky
remount_rw_usbkey.sh Added script to remount usbkey in rw mode před 9 roky
setup.py Begin integration work před 7 roky
video_looper.conf Simplify running module to fix stdout buffering issue with supervisor. před 9 roky
video_looper.ini Begin integration work před 7 roky

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.