SOLVED: LTS Snapshot URL Firmware V5.2.0 build 150126
I have 5 x CMIP7422-28M and 7 x CMIP9532 all on firmware V5.2.0 build 150126, I use and LTS LTN8816 NVR to manage them. Absolutely zero issues with the cameras and NVR, however, I also use HomeSeer home automation software and need snapshot URLs to incorporate them. The 8816 is a non-POE NVR, so the cameras are accessible both via the NVR web interface and directly.
I've seen the various posts here and on cctvforum, as well as read through the cgi and other references on the Hikvision site. Everything's telling me this should work:
http:// -ip address- /Streaming/channels/1/picture
I've tried this both with and without the user
assword@ prefix. I get nothing at all when additng the URLs to the Homeseer interface. When I put this into a web browser I get this:
If I back it up to http:// -ip address- /Streaming/channels/1
I get this
and backing it up again to http:// -ip address- /Streaming/channels
I get this
Am I missing something? Is there a setting in the camera I do not have set right?
Thanks!
I have 5 x CMIP7422-28M and 7 x CMIP9532 all on firmware V5.2.0 build 150126, I use and LTS LTN8816 NVR to manage them. Absolutely zero issues with the cameras and NVR, however, I also use HomeSeer home automation software and need snapshot URLs to incorporate them. The 8816 is a non-POE NVR, so the cameras are accessible both via the NVR web interface and directly.
I've seen the various posts here and on cctvforum, as well as read through the cgi and other references on the Hikvision site. Everything's telling me this should work:
http:// -ip address- /Streaming/channels/1/picture
I've tried this both with and without the user

Code:
[COLOR=#000000][FONT=monospace]<ResponseStatus[/FONT][/COLOR][COLOR=#000000][FONT=monospace] xmlns="http://www.std-cgi.com/ver10/XMLSchema"[/FONT][/COLOR][COLOR=#000000][FONT=monospace] version="1.0"[/FONT][/COLOR][COLOR=#000000][FONT=monospace]>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]<requestURL>/Streaming/channels/1/picture</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace]</ResponseStatus>[/FONT][/COLOR]
If I back it up to http:// -ip address- /Streaming/channels/1
I get this
Code:
[COLOR=#000000][FONT=monospace]<StreamingChannel[/FONT][/COLOR][COLOR=#000000][FONT=monospace] xmlns="http://www.std-cgi.com/ver10/XMLSchema"[/FONT][/COLOR][COLOR=#000000][FONT=monospace] version="1.0"[/FONT][/COLOR][COLOR=#000000][FONT=monospace]>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]<id>1</id>
<channelName>Indoor Dome</channelName>
<enabled>true</enabled>
<Transport>
<rtspPortNo>554</rtspPortNo>
<maxPacketSize>1000</maxPacketSize>
<sourcePortNo>8200</sourcePortNo>
<ControlProtocolList>
<ControlProtocol>
<streamingTransport>RTSP</streamingTransport>
</ControlProtocol>
</ControlProtocolList>
<Unicast>
<enabled>true</enabled>
</Unicast>
<Multicast>
<enabled>true</enabled>
<destIPAddress>0.0.0.0</destIPAddress>
<destPortNo>8600</destPortNo>
</Multicast>
</Transport>
<Video>
<enabled>true</enabled>
<videoInputChannelID>1</videoInputChannelID>
<videoCodecType>H.264</videoCodecType>
<videoScanType>progressive</videoScanType>
<videoResolutionWidth>1920</videoResolutionWidth>
<videoResolutionHeight>1080</videoResolutionHeight>
<videoQualityControlType>VBR</videoQualityControlType>
<constantBitRate>4096</constantBitRate>
<fixedQuality>100</fixedQuality>
<maxFrameRate>1500</maxFrameRate>
<keyFrameInterval>50</keyFrameInterval>
<BPFrameInterval>0</BPFrameInterval>
<snapShotImageType>JPEG</snapShotImageType>
<SVC>
<enabled>false</enabled>
</SVC>
</Video>
[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace]</StreamingChannel>[/FONT][/COLOR]
and backing it up again to http:// -ip address- /Streaming/channels
I get this
Code:
[COLOR=#000000][FONT=monospace]<StreamingChannelList[/FONT][/COLOR][COLOR=#000000][FONT=monospace] xmlns="http://www.std-cgi.com/ver10/XMLSchema"[/FONT][/COLOR][COLOR=#000000][FONT=monospace] version="1.0"[/FONT][/COLOR][COLOR=#000000][FONT=monospace]>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]<StreamingChannel xmlns="http://www.std-cgi.com/ver10/XMLSchema" version="1.0">
<id>1</id>
<channelName>Indoor Dome</channelName>
<enabled>true</enabled>
<Transport>
<rtspPortNo>554</rtspPortNo>
<maxPacketSize>1000</maxPacketSize>
<sourcePortNo>8200</sourcePortNo>
<ControlProtocolList>
<ControlProtocol>
<streamingTransport>RTSP</streamingTransport>
</ControlProtocol>
</ControlProtocolList>
<Unicast>
<enabled>true</enabled>
</Unicast>
<Multicast>
<enabled>true</enabled>
<destIPAddress>0.0.0.0</destIPAddress>
<destPortNo>8600</destPortNo>
</Multicast>
</Transport>
<Video>
<enabled>true</enabled>
<videoInputChannelID>1</videoInputChannelID>
<videoCodecType>H.264</videoCodecType>
<videoScanType>progressive</videoScanType>
<videoResolutionWidth>1920</videoResolutionWidth>
<videoResolutionHeight>1080</videoResolutionHeight>
<videoQualityControlType>VBR</videoQualityControlType>
<constantBitRate>4096</constantBitRate>
<fixedQuality>100</fixedQuality>
<maxFrameRate>1500</maxFrameRate>
<keyFrameInterval>50</keyFrameInterval>
<BPFrameInterval>0</BPFrameInterval>
<snapShotImageType>JPEG</snapShotImageType>
<SVC>
<enabled>false</enabled>
</SVC>
</Video>
</StreamingChannel>
<StreamingChannel xmlns="http://www.std-cgi.com/ver10/XMLSchema" version="1.0">
<id>2</id>
<channelName>Indoor Dome</channelName>
<enabled>true</enabled>
<Transport>
<rtspPortNo>554</rtspPortNo>
<maxPacketSize>1000</maxPacketSize>
<sourcePortNo>8200</sourcePortNo>
<ControlProtocolList>
<ControlProtocol>
<streamingTransport>RTSP</streamingTransport>
</ControlProtocol>
</ControlProtocolList>
<Unicast>
<enabled>true</enabled>
</Unicast>
<Multicast>
<enabled>true</enabled>
<destIPAddress>0.0.0.0</destIPAddress>
<destPortNo>8600</destPortNo>
</Multicast>
</Transport>
<Video>
<enabled>true</enabled>
<videoInputChannelID>1</videoInputChannelID>
<videoCodecType>H.264</videoCodecType>
<videoScanType>progressive</videoScanType>
<videoResolutionWidth>704</videoResolutionWidth>
<videoResolutionHeight>480</videoResolutionHeight>
<videoQualityControlType>VBR</videoQualityControlType>
<constantBitRate>512</constantBitRate>
<fixedQuality>60</fixedQuality>
<maxFrameRate>1000</maxFrameRate>
<keyFrameInterval>50</keyFrameInterval>
<BPFrameInterval>0</BPFrameInterval>
<snapShotImageType>JPEG</snapShotImageType>
<SVC>
<enabled>false</enabled>
</SVC>
</Video>
</StreamingChannel>
[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace]</StreamingChannelList>[/FONT][/COLOR]
Am I missing something? Is there a setting in the camera I do not have set right?
Thanks!
Last edited by a moderator: