01304 827609 info@use-ip.co.uk Find us

How can i get that label (human_numeric or human_coordinates) by using ISAPI hikvision or another tools?

gandul

New Member
Messages
3
Points
1
I use a Hikvision IP camera and DVR which supports human detection. When a human is there, the live streamer DVR automatically displays label (human_numeric or human coordinates). I need coordinates or that human data by using ISAPI. How can i get that label (human_numeric or human_coordinates) by using ISAPI hikvision or another tools?

WhatsApp Image 2025-02-03 at 7.57.11 AM.jpeg
 
You cant get this exact labels with ISAPI, it is an SDK function which isnt made into ISAPI yet.

But you can run alertStream where you will get image + trigger coordinates in XML/JSON part of a multipartdata response.

Or run HTTP Listener server service and then push that events there. The data you receive it will be the same.

Sadly under XML there still isnt any information regarding detection source aka if its Human/Vehicle or something else. You only have coordinates of a trigger.



or you know just use SDK :P
 
You cant get this exact labels with ISAPI, it is an SDK function which isnt made into ISAPI yet.

But you can run alertStream where you will get image + trigger coordinates in XML/JSON part of a multipartdata response.

Or run HTTP Listener server service and then push that events there. The data you receive it will be the same.

Sadly under XML there still isnt any information regarding detection source aka if its Human/Vehicle or something else. You only have coordinates of a trigger.



or you know just use SDK :P
Thank you for the answer, but I have never used the Hikvision SDK. how do i get a tutorial to learn hikvision sdk?
 
Download SDK you have DEMO project and SDK developer documentation
 
Download SDK you have DEMO project and SDK developer documentation
If only it was that simple…. Even when registered you’re faced with a questionnaire wanting full company details, financials, details of the app you’re intending to develop, etc.
 
Company details, yes ,it is mandatory and they use that data to put stamp on files you download. Financials , no i didn't have such questions nor input fields. Details of the app? Just remain blank or write something generic.

Entire procedure for me was pretty fast and painless


ps: The general SDK does not require any registration anyway. Only the Cloud versions

 
Company details, yes ,it is mandatory and they use that data to put stamp on files you download. Financials , no i didn't have such questions nor input fields. Details of the app? Just remain blank or write something generic.

Entire procedure for me was pretty fast and painless


ps: The general SDK does not require any registration anyway. Only the Cloud versions

I'm maybe looking at something different, the form required all fields to be filled out.

Edit: Found it. It was downloading the ISAPI that required all of that information.
 
Last edited:
Back
Top