Skip to content

Live Photos

Some cameras can capture a few seconds of video just before or after you take a photo—these are called Live Photos. When you upload Live Photos to Immich, the photo and video are saved as separate files. If Live Photos are enabled, Kiosk will first show the still image while the video loads in the background. Once the video is ready, it will play in a loop.

Enable Live Photos.

Settings

Key Value
CONFIG live_photos
ENV KIOSK_LIVE_PHOTOS
URL live_photos
VALUE bool
DEFAULT false
Using with config.yaml file
live_photos: false
Using with ENV in your docker-compose file
environment:
KIOSK_LIVE_PHOTOS: false
Using with url queries
http://{URL}?live_photos=false

The delay (in seconds) between each live photo replay.

Settings

Key Value
CONFIG live_photo_loop_delay
ENV KIOSK_LIVE_PHOTO_LOOP_DELAY
URL live_photo_loop_delay
VALUE int
DEFAULT 0
Using with config.yaml file
live_photo_loop_delay: 0
Using with ENV in your docker-compose file
environment:
KIOSK_LIVE_PHOTO_LOOP_DELAY: 0
Using with url queries
http://{URL}?live_photo_loop_delay=0