Time lapse camera shots

usaf_pride

Pulling my weight
Mar 10, 2017
282
169
I'm going to have a building put up and was thinking I'd like to have one of my cameras take snapshots every hour during daylight hours to record the progress. Is there already a pre-written program out there that can do this (other than BI)?
 
I'm more concerned on how to schedule the shots? Is that something built into the cameras (I have a 2231 and 5231) or is this something I need to script? I was thinking I could merge them with FFMPEG tho. I did find this github that I can probably hack for 2 cameras fairly easily.
 
Last edited:
If you have a Dahua NVR, according to this link you can set it up in the NVR:
Also, check out IPtimeLapse software, note that I've never used it:
IPTimelapase timelapse camera control software


If you want to write your own script, try out these to see if you can get an image from one of these links:

http://<ip-address>/cgi-bin/snapshot.cgi?channel=0
http://login:password@<ip-address>/cgi-bin/snapshot.cgi?channel=0

http://<ip-address>/onvifsnapshot/media_service/snapshot?loginuse=xxxx&loginpass=xxxx

http://<ip-address>:9989/onvif/media_service/snapshot?channel=1&subtype=0
http://login:password@<ip-address>:9989/onvif/media_service/snapshot?channel=1&subtype=0
 
Last edited:
  • Like
Reactions: Mike and tech101