Recent content by MrSman

  1. MrSman

    Hi, I have worked for a while with Hikvision cameras but I have not used the SDK since it was...

    Hi, I have worked for a while with Hikvision cameras but I have not used the SDK since it was not necessary for what I wanted to do. I used the integrated API access (ISAPI) of the cameras to access the information through HTTP requests. I don't know if this type of access would help you
  2. MrSman

    ISAPI Unauthorized?

    You can try it in Postman first that is a tool for send diferent type of requests.. and with the same tool you can export you request to diferent lenguages including CURL.
  3. MrSman

    ISAPI Unauthorized?

    I'm using Java to send HTTP Requests and my authentication is with "Admin" user and I don't get any error. I'm using a iDS-2CD6810F/C camera but configured by Hikvision Team so.. I don't know if they do something special for that
  4. MrSman

    Is there any way to get current "entered" and "exited" peoples

    Well, I'm doing it with a Java code by sending a similar XML request as your XML on a HTTP request. I'm using MediaType Jar Library to encode the XML with x-www-form-urlencoded and UTF-8 charset. Is something like this: MediaType XML = MediaType.parse("application/x-www-form-urlencoded...
  5. MrSman

    Is there any way to get current "entered" and "exited" peoples

    Hi guys ! I'm trying to get the current entered and exited people counter from a Hikvision People Counting Camera. I'm using a Java code to do this by calling the ISAPI protocol but I just found the way to get a daily report with history data, but not real time data. Someone knows if there is a...
  6. MrSman

    Hikvision get data of leave and enter fields

    Hi guys. I have today a similar interest about this issue and I would like to know if someone have been able to invoque the ISAPI protocol calls using a Java Aplication. Is that possible to get a Hikvision Ip Camera data using Java? Thank you very much.
  7. MrSman

    Hikvision IP Camera - REST API?

    Hi alastairstevenson.. thanks for your answer ! That second URL looks good, but before I spent my money buying this camera, I would like to know if you or someone else did something similar before, I mean, get the some Hikvision camera data from a Java Aplication because is the first time I hear...
  8. MrSman

    Hikvision IP Camera - REST API?

    Hi guys, I'm interested on buy a Hikvision IP Camera (Dual-Lens People Counting Camera) but first I want to know if it is able to connect to the camera using a RESTful API. I have a Java Application an is important to methe posibility of get Camera data directly from my Application. Is there...
Top