Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hmazter/raspberry-image-viewer
- Owner: hmazter
- Created: 2013-05-24T09:18:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T11:22:21.000Z (about 11 years ago)
- Last Synced: 2024-12-21T00:34:01.889Z (7 days ago)
- Language: Shell
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.shManual
* 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
----