As you know you can use Blue Iris event schedule to adjust brightness and few other settings to match with sunrise/sunset. Unfortunately you can not adjust WDR or noise reduction.
Probably there is many ways to adjust those settings - here is one quite simple:
1. Install curl. http://curl.haxx.se/download.html
2. Login to your camera and set it to day mode (important). Check if you need to adjust brighness, WDR, etc for best quality:
3. Open CMD, type (example): curl http://admin:12345@192.168.2.10/image/channels >cam1_day.xml . Now you have an xml file that contains the current day settings. You may move xml file to c:\
4. Open notepad, type: curl -T c:\cam1_day.xml http://admin:12345@192.168.2.10/image/channels/1 and save it (example): C:\cam1_day.bat
5. On Blue Iris options set your current latitude and longitude.
6. On Camera properties - PTZ/Control page do settings something like this:
7. Edit presets... should be something like this:
8. On camera - event shedule page click add and create something like this:
9. Best part - take few beers and wait until the darkness comes.
10. Login to your camera and set it to night mode, adjust settings and repeat steps 3 and 4. This time you may use cam1_night.xml and cam1_night.bat.
11. You know how to do the rest
12. For testing enable Show PTZ controls on Blue Iris main view.
At least this works fine with hik fw 5.1, Blue Iris 4.1.7.2 x64, Win 8.1
Edit: Here is link for downloading a docx-file of those instructions:
Different settings to Hik cam sunrise_sunset.zip
docx-file created by @Bradmph
Probably there is many ways to adjust those settings - here is one quite simple:
1. Install curl. http://curl.haxx.se/download.html
2. Login to your camera and set it to day mode (important). Check if you need to adjust brighness, WDR, etc for best quality:
3. Open CMD, type (example): curl http://admin:12345@192.168.2.10/image/channels >cam1_day.xml . Now you have an xml file that contains the current day settings. You may move xml file to c:\
4. Open notepad, type: curl -T c:\cam1_day.xml http://admin:12345@192.168.2.10/image/channels/1 and save it (example): C:\cam1_day.bat
5. On Blue Iris options set your current latitude and longitude.
6. On Camera properties - PTZ/Control page do settings something like this:
7. Edit presets... should be something like this:
8. On camera - event shedule page click add and create something like this:
9. Best part - take few beers and wait until the darkness comes.
10. Login to your camera and set it to night mode, adjust settings and repeat steps 3 and 4. This time you may use cam1_night.xml and cam1_night.bat.
11. You know how to do the rest
12. For testing enable Show PTZ controls on Blue Iris main view.
At least this works fine with hik fw 5.1, Blue Iris 4.1.7.2 x64, Win 8.1
Edit: Here is link for downloading a docx-file of those instructions:
Different settings to Hik cam sunrise_sunset.zip
docx-file created by @Bradmph
Attachments
Last edited by a moderator: