Imageserver
Image server for the ArtFrame
Install / Use
/learn @framelabs-eu/ImageserverREADME
ArtFrame Image Server Library
This is a library and example applications for serving content to ArtFrame devices.
Usage
- Configure your ArtFrame to Mode: WiFi
- Set the Image Server URL to point to your computer (i.e. "http://192.168.0.100:8090/")
- Install dependencies:
pip3 install pillow - Run one of the examples
Examples
Image Server
Serve image files from a folder.
VLC Cover Art Server
Serve the cover art of the song currently playing in VLC.
Flask Server
Serve images using Flask.
