Has anyone figured out where to find the text XML codes of the Huisun cams current settings?
For example, Hikvision lets you use something like this:
http:// login: pass @ ipaddress: port/Video/inputs/channels/1/
and it would display a page like this:
<VideoInputChannel version="1.0">
<id>1</id>
<powerLineFrequencyMode>50hz</powerLineFrequencyMode>
<whiteBalanceMode>auto1</whiteBalanceMode>
<gainLevel>100</gainLevel>
<brightnessLevel>60</brightnessLevel>
<contrastLevel>60</contrastLevel>
<saturationLevel>65</saturationLevel>
<DayNightFilter><dayNightFilterType>day</dayNightFilterType></DayNightFilter>
</VideoInputChannel>
I've tried these same ones on the Huisun, but they do not work. They must have renamed some of the pages and/or changed the structure of the URL somewhat.
For example, Hikvision lets you use something like this:
http:// login: pass @ ipaddress: port/Video/inputs/channels/1/
and it would display a page like this:
<VideoInputChannel version="1.0">
<id>1</id>
<powerLineFrequencyMode>50hz</powerLineFrequencyMode>
<whiteBalanceMode>auto1</whiteBalanceMode>
<gainLevel>100</gainLevel>
<brightnessLevel>60</brightnessLevel>
<contrastLevel>60</contrastLevel>
<saturationLevel>65</saturationLevel>
<DayNightFilter><dayNightFilterType>day</dayNightFilterType></DayNightFilter>
</VideoInputChannel>
I've tried these same ones on the Huisun, but they do not work. They must have renamed some of the pages and/or changed the structure of the URL somewhat.