Hello,
Sorry for smashing the board with another post. I think it is in addition to my previous post re: firmware 5.5.53 and it being a right balls up of a firmware.
Previous post here
I didn't think this question belonged with that post.
Basically I rolled back to 5.5.0 but I just don't like being that far behind in firmware. I have read a few things on these forums and other places about a pretty nasty hole in these earlier firmwares for port forwarded services. Well, I happen to like port forwarding my NVR so I can check in while I work away (remote).
So the latest firmware version I have found that actually allows me to connect to the cameras via pale moon was version 5.5.5 build 180111.
The problem is, it has a missing gain slider in the exposure settings. It appears to be set to 100% gain by default with no way to adjust this. My night time image is god awful!
I really do miss that nice smooth picture I had by reducing the gain to about 40 at my place.
So I have spent all night having a read and a fiddle. I have accessed the cameras via the command line using curl. I really would like to adjust the gain behind the scenes but the closest I've come is:
curl http://username: password@192.168.0.200:10001/Video/inputs/channels >dump.xml
This produces a dump.xml
<?xml version="1.0" encoding="UTF-8"?>
<VideoInputChannelList version="1.0" xmlns="http://www.hikvision.com/ver10/XMLSchema">
<VideoInputChannel version="1.0" xmlns="http://www.hikvision.com/ver10/XMLSchema">
<id>1</id>
<powerLineFrequencyMode>50hz</powerLineFrequencyMode>
<whiteBalanceMode>auto1</whiteBalanceMode>
<gainLevel>100</gainLevel>
<brightnessLevel>50</brightnessLevel>
<contrastLevel>50</contrastLevel>
<saturationLevel>50</saturationLevel>
<DayNightFilter>
<dayNightFilterType>auto</dayNightFilterType>
</DayNightFilter>
</VideoInputChannel>
</VideoInputChannelList>
I have tried changing the <gainLevel> tag to 40, and then uploading it with 'curl -t' but it just doesn't want to go back in the camera. I have poked around a little to see if I can find anywhere else to set it but have no luck so far. It appears that the gain is set for the source. Not sure how reducing gain will affect daytime recordings but I suspect not much. I can find a a happy medium between the two anyway, or script my raspberry pie to cron some magic
I was wondering if anyone of you guys have done something like this before? is it doable? I really don't want to roll back to version 5.5.0 but the difference with 100% gain is like stepping backwards 15 years in CCTV technology. Or maybe I am just wasting daylight hours over here
Sorry for smashing the board with another post. I think it is in addition to my previous post re: firmware 5.5.53 and it being a right balls up of a firmware.
Previous post here
I didn't think this question belonged with that post.
Basically I rolled back to 5.5.0 but I just don't like being that far behind in firmware. I have read a few things on these forums and other places about a pretty nasty hole in these earlier firmwares for port forwarded services. Well, I happen to like port forwarding my NVR so I can check in while I work away (remote).
So the latest firmware version I have found that actually allows me to connect to the cameras via pale moon was version 5.5.5 build 180111.
The problem is, it has a missing gain slider in the exposure settings. It appears to be set to 100% gain by default with no way to adjust this. My night time image is god awful!
I really do miss that nice smooth picture I had by reducing the gain to about 40 at my place.
So I have spent all night having a read and a fiddle. I have accessed the cameras via the command line using curl. I really would like to adjust the gain behind the scenes but the closest I've come is:
curl http://username: password@192.168.0.200:10001/Video/inputs/channels >dump.xml
This produces a dump.xml
<?xml version="1.0" encoding="UTF-8"?>
<VideoInputChannelList version="1.0" xmlns="http://www.hikvision.com/ver10/XMLSchema">
<VideoInputChannel version="1.0" xmlns="http://www.hikvision.com/ver10/XMLSchema">
<id>1</id>
<powerLineFrequencyMode>50hz</powerLineFrequencyMode>
<whiteBalanceMode>auto1</whiteBalanceMode>
<gainLevel>100</gainLevel>
<brightnessLevel>50</brightnessLevel>
<contrastLevel>50</contrastLevel>
<saturationLevel>50</saturationLevel>
<DayNightFilter>
<dayNightFilterType>auto</dayNightFilterType>
</DayNightFilter>
</VideoInputChannel>
</VideoInputChannelList>
I have tried changing the <gainLevel> tag to 40, and then uploading it with 'curl -t' but it just doesn't want to go back in the camera. I have poked around a little to see if I can find anywhere else to set it but have no luck so far. It appears that the gain is set for the source. Not sure how reducing gain will affect daytime recordings but I suspect not much. I can find a a happy medium between the two anyway, or script my raspberry pie to cron some magic
I was wondering if anyone of you guys have done something like this before? is it doable? I really don't want to roll back to version 5.5.0 but the difference with 100% gain is like stepping backwards 15 years in CCTV technology. Or maybe I am just wasting daylight hours over here
