Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmazter/raspberry-image-viewer

An kiosk mode image viewer for Raspberry pi
https://github.com/hmazter/raspberry-image-viewer

Last synced: 4 days ago
JSON representation

An kiosk mode image viewer for Raspberry pi

Awesome Lists containing this project

README

        

raspberry-image-viewer
======================

An automatic kiosk mode image viewer for Raspberry pi, Raspbian

Image viewer that loads a predefined fileextension (.jpg and .png) from an usb drive (if present) to disk and shows the image(s) fullscreen.

If no usb drive is present it loads the previously used images

Requirements
------------
Linux frame buffer image viewer (fbi)

Installation
------------

Automatic
* ./install.sh

Manual
* Add /home/pi/showimages.sh (or the path to the file) to your .bashrc file
* mkdir /home/pi/usbmount
* mkdir /home/pi/images
* sudo apt-get install fbi (if not already installed)

Todo
----