Search results

  1. trempa92

    Get passed license plate numbers using ISAPI

    This is how my listener receives the data: POST / HTTP/1.1 Content-Type: multipart/form-data; boundary=boundary Host: 192.168.2.107:9091 Connection: close Content-Length: 776357 --boundary Content-Disposition: form-data; name="anpr.xml"; filename="anpr.xml" Content-Type: text/xml...
  2. trempa92

    Get passed license plate numbers using ISAPI

    What is the firmware on your camera? Recently i upgraded my test camera to 5.8.60 and still works as it should
  3. trempa92

    Remove license plate from allow list using ISAPI

    deleting happens via id, so you cant delete using license plate as parameter, just id. I suppose having database where you link id and license plate can help a lot by knowing which id to delete.
  4. trempa92

    Get passed license plate numbers using ISAPI

    Also i noted you have ANR enabled, all the listener apps wont work with it. It will just loop the 1st event it got. Since it does not responds with OK 200 back to camera. Disable ANR temporary to catch other events.
  5. trempa92

    Remove license plate from allow list using ISAPI

    You can always do delete in for loop. If you dont want to manually delete 1 by 1. As you shared, ID is incremented, so for i=0 ;i<=latest;i++{delete PUT id)
  6. trempa92

    Get passed license plate numbers using ISAPI

    Change recognition type to LicencePlate & Vehicle not just Vehicle. Sometimes you may receive unknown if it couldnt read, but generally only in 2% of cases
  7. trempa92

    Which Hik dome for ZoneMinder?

    I believe every hikvision camera nowdays support ONVIF and RTSP. Havent seen any that does not.
  8. trempa92

    Get passed license plate numbers using ISAPI

    Its fairly simple. Lets start with steps: 1. Create a TCP server listener on your server ip address and desired port. I use 9091 does not need to be 80 Basic Listener without parsing 2. Log in to your camera and navigate to Alarm settings 3. Under Server Alarm add ip address of your TCP...
  9. trempa92

    Remove license plate from allow list using ISAPI

    You add licence plates via ISAPI, then you set ID yourself as you please. I use it with SQL where i have table users with licence plate, so i just use userID when i send licence plate. Thats how i track it.
  10. trempa92

    Adding additonal IP cameras on network

    NVR channel size is exactly as its stated cannot be expanded. You cannot use TurboHD cameras on NVR without converter to either ONVIF or RTSP stream
  11. trempa92

    Which Hik dome for ZoneMinder?

    Havent heard about zoneminder, i could help if you would provide this informations: Does zoneminder supports onvif? Does zoneminder supports adding RTSP url's?
  12. trempa92

    Acusense (Hickvision) is not working

    As @wittaj said. You probably misconfigured. There are calibration parameters to be used (MIN/MAX value). Where you tell what size can enter the detection algorithm. Also, the detection range for 2.0 is somewhat 20m, everything above that increases false alarms
  13. trempa92

    Get passed license plate numbers using ISAPI

    I would highly suggest using Alarm server and parsing real time data and storing to some database.
  14. trempa92

    How to stop and start Live and recording using IVMS remotely?

    This sounds really suspicious. This might be used for unethical purposes. Hence i hope this kind of information wont be shared on public forums.
  15. trempa92

    Get passed license plate numbers using ISAPI

    You have 2 additional zeros which arent needed. hhmmss thats 6 digit for time. you have 8
  16. trempa92

    Remove license plate from allow list using ISAPI

    Just PUT on /ISAPI/Traffic/channels/1/DelLicensePlateAuditData?format=json as you can see you just send id which will be deleted
  17. trempa92

    How to open control barrier using Hikvision Camera?

    Few posts above
  18. trempa92

    how download firmwire hiknision

    setenv ';set ipaddr 192.0.0.64' setenv ';set serverip 192.0.0.128' setenv ';update' OR setenv ';ipaddr 192.0.0.64' setenv ';serverip 192.0.0.128' setenv ';update'
  19. trempa92

    How to open control barrier using Hikvision Camera?

    I would presume you need to maintain connection rather than using a classical GET. Havent really worked with alrertStream as i preffer AlarmServer/HTtpListener OR some other client is using that node already and cant push to both clients in same time
  20. trempa92

    How to open control barrier using Hikvision Camera?

    Well you need to decide, will you go with HTTP Listener or alertStream, data is same. I preffer HTTP Listener. Create TCP server to accept data Log in to camera and under alarm server or HTTP Listener (depends on firmware name can vary) insert ip address of your server. Camera will push events...
  21. trempa92

    How to open control barrier using Hikvision Camera?

    Are you trying to insert IP of your HTTP Listener server inside camera? If yes, then you need to use PUT not POST
  22. trempa92

    Hikvision night mode

    Perhaps the light sensor is covered in dust or by something else. Can you confirm the sensor which is usually clean?
  23. trempa92

    IP Cam: Indoor station vs hikconnect

    On Hik connect, you have option in settings to either show channels or hide them. You will see "eye" icon that you can press which will toggle visibility of channel
  24. trempa92

    Is Hikvision best for indoor, lowlight and no on-camera light?

    With IR you cant fail. But if you really want Color mode, and if ambient is really dark. Its hard to tell, either 2387G2-L with 1/1.2 sensor size or 2347G2H-LIU 1/1.8 sensor size. Both cameras work really good in low light condition. There is new ColorVu generation about to air, and i would...
  25. trempa92

    Hikvision DS-KD8003 PoE

    Depends on lentgh, if its within 30 meters, any would suffice
  26. trempa92

    Hikvision DS-KD8003 PoE

    you need 24 volts as the strike is PS - to 1 side of strike PS + to COM NO/NC to other side of strike. Depends if its normal open or normal close you will either use NO or NC
  27. trempa92

    Main Video Stream not working HiLook

    I believe hilook lacks virtual host option so continue with following: You could connect to poe port with laptop, set your network adapter ip adress to 192.168.254.50 open browser and write the ip of camera thatgot issues, enter your credentials. Then go to System -> maintenance -> Restore...
  28. trempa92

    TFTP updates firmware but doesn't reset password!!!

    Keep trying, its not one guy behind that email. You will get lucky
  29. trempa92

    TFTP updates firmware but doesn't reset password!!!

    You may contact Hikvision for password recovery, they tend to answer end users sometimes. If you are persistent they might do it.