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:
2. Save and open the file in any browser
3. Select the camera
4. Select the time range
5. Use the slider to "animate"
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"