Search results

  1. trempa92

    Hikvision DS-2CD2232-i5 - does not boot

    There might, but considering this is camera that dates as early as hikvision IP started in 2012, i wouldnt spare as much time on it, as any time investing into that will cost more than camera itself. And after all it might not work anyway. Spare yourself troubles and order new camera , my...
  2. trempa92

    Hikvision isapi - email picture at set times

    Code for arduino looks soo messy for me :)
  3. trempa92

    Get passed license plate numbers using ISAPI

    If you want to fetch manuqlly opened doors, connect barrier output to alarm input of camera
  4. trempa92

    Hikvision DS 1100KI keyboard joystick admin password problem

    Also this keyboard is so old, that you could actually spoof the password. It did not even use digest CRUD operation toward itself, and if you run wireshark and spoof keyboard packets, you will see username and password in plain text.
  5. trempa92

    Hikvision DS 1100KI keyboard joystick admin password problem

    As i recall this is network keyboard. Hence its visible on SADP tools and adresable. So you can extract xml file and send to either company you bought from or to hikvision and they will provide you with new xml which you will import and set new password. Other than that there is one other...
  6. trempa92

    Hikvision isapi - email picture at set times

    What you are doing is manual alarm input, which have high and low values,so after sending a "high" trigger value, send "low" to close value, the delay you can add minimum of 1s I haven't seen manual email send node in entire documentation. Email is an action to an event trigger. So you either...
  7. trempa92

    Get passed license plate numbers using ISAPI

    What you are getting is not ANPR event, you are getting TPSRealTime event which is vehicle counter not ANPR. Factory restore and try again if you upgraded firmware.
  8. 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...
  9. 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
  10. 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.
  11. 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.
  12. 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)
  13. 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
  14. trempa92

    Which Hik dome for ZoneMinder?

    I believe every hikvision camera nowdays support ONVIF and RTSP. Havent seen any that does not.
  15. 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...
  16. 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.
  17. 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
  18. 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?
  19. 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
  20. 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.
  21. 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.
  22. 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
  23. 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
  24. trempa92

    How to open control barrier using Hikvision Camera?

    Few posts above
  25. 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'
  26. 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
  27. 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...
  28. 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
  29. 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?
  30. 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