Hi,
I am trying to access cameras connected to my NVR model DS-7108NI-Q1 with firmware V4.30.005 build 200628.
In the particular I would like to get the snapshot of the camera, but not only that. I would like to access all the function as well.
I also have problem using Chrome, Firefox, Safari on Mac Os, cos the web plugin (I have the WebVideoPlugin_V3.0.6.23) is not working. I cannot see live view, play back, or some config are not loaded correctly.
I am trying to get the snapshot via url: http://<nvr-ip>/ISAPI/Streaming/channels/<channel>/picture
but I get this error:
if I access http://<nvr-ip>/ISAPI/Streaming/channels/<channel>/ I can get the camera info:
I couldn't find any updated documentation how to get snapshot via ISAPI.
I also cannot access cameras directly cos they are in the subnet under NVR, is there anyway to set cameras in the same subnet of the router (I have NVR connected to the router via a switch and all cameras connected to NVR)
Any suggestion?
I am trying to access cameras connected to my NVR model DS-7108NI-Q1 with firmware V4.30.005 build 200628.
In the particular I would like to get the snapshot of the camera, but not only that. I would like to access all the function as well.
I also have problem using Chrome, Firefox, Safari on Mac Os, cos the web plugin (I have the WebVideoPlugin_V3.0.6.23) is not working. I cannot see live view, play back, or some config are not loaded correctly.
I am trying to get the snapshot via url: http://<nvr-ip>/ISAPI/Streaming/channels/<channel>/picture
but I get this error:
XML:
<ResponseStatus xmlns="http://www.hikvision.com/ver20/XMLSchema" version="1.0">
<requestURL>/ISAPI/Streaming/channels/101/picture</requestURL>
<statusCode>6</statusCode>
<statusString>Invalid XML Content</statusString>
<subStatusCode>badXmlContent</subStatusCode>
</ResponseStatus>
if I access http://<nvr-ip>/ISAPI/Streaming/channels/<channel>/ I can get the camera info:
XML:
<StreamingChannel xmlns="http://www.hikvision.com/ver20/XMLSchema" version="1.0">
<id>101</id>
<channelName>101</channelName>
<enabled>true</enabled>
<Transport>
<ControlProtocolList>
<ControlProtocol>
<streamingTransport>RTSP</streamingTransport>
</ControlProtocol>
</ControlProtocolList>
</Transport>
<Video>
<enabled>true</enabled>
<videoInputChannelID>1</videoInputChannelID>
<videoCodecType>H.264</videoCodecType>
<videoScanType>progressive</videoScanType>
<videoResolutionWidth>1920</videoResolutionWidth>
<videoResolutionHeight>1080</videoResolutionHeight>
<videoQualityControlType>VBR</videoQualityControlType>
<fixedQuality>60</fixedQuality>
<vbrUpperCap>4096</vbrUpperCap>
<vbrLowerCap>32</vbrLowerCap>
<maxFrameRate>0</maxFrameRate>
<snapShotImageType>JPEG</snapShotImageType>
<SmartCodec>
<enabled>false</enabled>
</SmartCodec>
</Video>
<Audio>
<enabled>true</enabled>
<audioInputChannelID>1</audioInputChannelID>
<audioCompressionType>G.711ulaw</audioCompressionType>
</Audio>
</StreamingChannel>
I couldn't find any updated documentation how to get snapshot via ISAPI.
I also cannot access cameras directly cos they are in the subnet under NVR, is there anyway to set cameras in the same subnet of the router (I have NVR connected to the router via a switch and all cameras connected to NVR)
Any suggestion?
Last edited: