Ad hoc timelapse

e255

n3wb
Joined
Jan 12, 2023
Messages
2
Reaction score
3
Location
Canada
I've quickly drafted an HTML file that creates ad hoc time-lapses that are controlled with the slider.
It is useful if you need to quickly check some event by skimming thru footage at the same time or date over a certain time period, e.g. it could be useful to quickly see how your garden is growing.

How to use:
1. Edit the HTML file in any text editor and modify the following lines:
Code:
        var biUrl = 'http://10.10.10.11:81'          /URL to your BlueIris server
        var cameras = 'Back,Front,FrontDr,Side,Terrace,Doorbell'    /List of cameras for the dropdown
        var username = '<your BI UI3 username>'
        var password = '<your BI UI3 password>'
        var atHour = 12                       /Time of day (hour) at which the image will be captured
        var intervalSeconds = 24 * 60 * 60  /Interval between images, default every 24h
2. Save and open the file in any browser
3. Select the camera
4. Select the time range
5. Use the slider to "animate"
 

Attachments

aesterling

Getting comfortable
Joined
Oct 9, 2017
Messages
352
Reaction score
346
@e255, works as described! Nice proof of concept and something I'd love to see implemented into BI and UI3 natively.
It's also encouraging to see the snow finally melting in my yard over the past month. :)
 
Last edited:
Top