beepsilver
Getting comfortable
Never did get this fixed.
I have three of these cameras; add me to the list of those whose channel 2 does not respond to the utility.
Never did get this fixed.
Does anybody know if there is a Linux script knocking around rather than a windows .exe? I have a Dell Poweredge server running Ubuntu among various other things 24/7 and i'd like to be able to run a script similar to the windows tool (grabs sunrise/sunset times for my area and applies settings to cameras). I'm more of a hardware guy so this is beyond my ability!
Program for flipping cameras to day/night on Linux
I got tired of fooling with my Dahua cameras scheduling profiles for Day/Night. I know that @bp2008 has a handy Windows program that accomplishes a similar purpose but I needed something for Linux. Thanks for writing that for the community by the way, @bp2008! I dug into your source to find...ipcamtalk.com
You will need to download and compile Sunwait and then create a simple cron job that executes it. It’s real simple and foolproof.
Many thanks, I should be able to work that out.
# LPR Cam Night Switch - 30 Minutes before Sunset
0 16 * * * /home/joe/sunwait/sunwait wait set offset +00:30 30.19N 85.79W ; wget -O - --user username --password password "10.200.200.12:65002/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].Config[0]=1" >/dev/null 2>&1
Does anybody know if there is a Linux script knocking around rather than a windows .exe?