Direct image request of a recorded stream
Posted: Sun Mar 17, 2024 3:35 pm
To retrieve a snapshot of a certain camera from the BI web server interface (See 'Direct image and video requests' in the Blue Iris manual) the following request can be used:
{server IP-address}:{server port}/image/{cam-short-name}, like 192.168.1.30:81/image/Cam1
This works fine. Now, to get an image of a recording of Cam1, according to the manual I assume this is the request:
192.168.1.30:81/time/Cam1&pos={milliseconds since 1-1-1970}&jpeg
Of course it is intended to do this in a script, but for testing purposes I type this in a browser and get my millis at https://currentmillis.com.
So, for an image of a recording at March 17, 2024 08:21:41 I've tried this:
192.168.1.29:81/time/Cam1&pos=1710660101000&jpeg
Unfortunately this results in a 'page not found'-error.
{server IP-address}:{server port}/image/{cam-short-name}, like 192.168.1.30:81/image/Cam1
This works fine. Now, to get an image of a recording of Cam1, according to the manual I assume this is the request:
192.168.1.30:81/time/Cam1&pos={milliseconds since 1-1-1970}&jpeg
Of course it is intended to do this in a script, but for testing purposes I type this in a browser and get my millis at https://currentmillis.com.
So, for an image of a recording at March 17, 2024 08:21:41 I've tried this:
192.168.1.29:81/time/Cam1&pos=1710660101000&jpeg
Unfortunately this results in a 'page not found'-error.