Programmatically fetching Limelight snapshots

I see the API calls to get the list of all snapshots and to delete all snapshots, but I don’t see how to download a snapshot. How does one do that (either interactively or programmatically?)

1 Like

You can download them through the webUI, you need to set source image to “snapshot” instead of camera. The limelight only stores a maximum of 32 at a time.

Limelight docs

1 Like

that helped. A little sniffing while using the webui yielded the answer.

http://limelight.local:5801/snapshots/min_snapshotname.png is the thumbnail.

http://limelight.local:5801/snapshots/snapshotname.png is the full image.