I noticed when I've had it on auto during the day people were kind of blurry far away. What do you think a good shutter speed would be for day time to start off testing?
If you log directly into the cameras through their ip you can set up times to have the camera change modes automatically from night and day. I just recently found this outI have a Costco n841 8 4K system. If I hadn’t bought the kit, I wouldn’t be on this forum. It’s a great start, now I’m interested in some of the starlight cams. My next cameras won’t be a kit.
My advice is to script day and night modes. I found my night video could be substantially improved by applying night settings. My cams have “auto” exposure but they don’t change modes automatically.
If you log directly into the cameras through their ip you can set up times to have the camera change modes automatically from night and day. I just recently found this out
# 0=day, 3=night
for cam in $(seq 0 7); do curl --digest --user user:password "http://192.168.x.x/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions\[${cam}\].NightOptions.SwitchMode=$1"; done
Is that why when i reboot my dvr my settings are lost?You should always make changes to the camera within the camera GUI itself. It is usually more robust and more features, and will tend to stick more than when changing them in the NVR.
I dont like color night vision either and i cant disable it i dont think? Does your script change it to B/W automatically when the sun goes down and back to color when it comes up or do you have to set a time?I did not know the cameras had that option. On the NVR the config doesn't change and the day&night only controls is it tries to do color night vision. My script enables night mode 15 minutes after sunset and 15 minutes before sunrise. I have the previous NVR, which is about 6 months old.
View attachment 74306
My script:
Bash:# 0=day, 3=night for cam in $(seq 0 7); do curl --digest --user user:password "http://192.168.x.x/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions\[${cam}\].NightOptions.SwitchMode=$1"; done
Thanks, I'll look into it but that seems way over my head lolLorex cameras are actually stripped down Dahua cameras I believe. That being the case you can use the Dahua Sunrise/Sunset Utility to control when they gointo "night" and "day" modes. Just make sure the cameras are set to "full time" in the schedule. Keep in mind that you can set the IR to auto in the "day" to allow the camera to use IR under poor weather conditions and still "force" IR at night.
Dahua day/night switch utility - DahuaSunriseSunset
I wanted to use stronger noise reduction at night and weaker during the day, but Dahua seems to have made a mess of the profile management. On most cameras, there doesn't seem to be a way to have the camera switch automatically between Day and Night profiles when the camera changes between...ipcamtalk.com
Thanks for your help again! That's what I'm doing now is setting up the the scheduled times manually. I'll just have to edit the times a couple times a yearGiven that your cameras are on an NVR it may be a little tricky getting the utility to run and it does take a PC that's on, basically, 24/7 so it may not wok out for you. You can also set the schedules in the cameras manually, but they would need to be adjusted periodically as the sunrise/sunset times change through the year. The simplicity of an NVR can make getting a system up and running very easy, but it does have the disadvantage of not being as flexible as a VMS like Blue Iris.