Recent content by trempa92

  1. trempa92

    Multiple Problems with iVMS-4200

    Navigate to conrol panel, uninstall WebComponents.exe Go to nvr configuration via ivms when prompted to install plugin, install it. You most likely installed additional plugin that overwritten the one needed for this fw nvr. The plugins are not the same for every firmware.
  2. trempa92

    iDS-2CD7A26G0/P-IZHS get captured plate numbers via ISAPI or just API?

    Not that post :D this one ,entire source:
  3. trempa92

    Looking for a New NVR

    Bare in mind, to have better results in your acusense camera, make sure you do multiple intrusion detections. As each are can have its own min/max value. Therefor your min/max values will be calibrated against distance. Small Min 3 meters away is car 40 meters away. So once again, try to do...
  4. trempa92

    iDS-2CD7A26G0/P-IZHS get captured plate numbers via ISAPI or just API?

    Its few post above https://ipcamtalk.com/threads/ids-2cd7a26g0-p-izhs-get-captured-plate-numbers-via-isapi-or-just-api.68497/post-825389
  5. trempa92

    DS-TCG405-E Reading license plates via http post

    I have different camera, but method is the same. Under Alarm server add your TCP server listener. Fetch results, respond with return Ok(); on every event, parse and store. Multipart data containing xml,image1,image2,image3 (images are optional) Cant be much different in your case.
  6. trempa92

    Looking for a New NVR

    You do not need acusense NVR since you do have acusense cameras. You set up smart events directly on camera and thats about it. So you can go with DS-7608NI-K2 or I2 which is better hardware performance wise. I have listed non poe models, but if you want poe nvr just add /8P after models i...
  7. trempa92

    iDS-2CD7A26G0/P-IZHS get captured plate numbers via ISAPI or just API?

    Have you tried looking for a newer firmware? Perhaps it will solve the problem. https://www.hikvision.com/en/products/ITS-Products/Entrance---Exit-Management/Entrance---Exit-Management/ds-tcg405-e/ Serie 7 camera have different body and url...
  8. trempa92

    Codigo Error DAG.dll[1001]

    Your installation is corrupted, or permissions are not given to app to work. Reinstall ivms with admin rights
  9. trempa92

    iDS-2CD7A26G0/P-IZHS get captured plate numbers via ISAPI or just API?

    perhaps unicode escaping problem? What is original data? I havent worked with TCG serie as their trigger percentage is way lower than serie 7 camera. So i stuck with serie 7 which is great and never had such problem there. Were you using POSTMAN for this request or directly from your app?
  10. trempa92

    People counting API - not getting any results

    If you were to say asp.net then i could've shared examples :) I made myself an asp.net core API that fetch/parse/prepare all i need and then i utilize this API server with flutter application which is multi platform (web/android/windows/linux/mac/ios). So far, LPR, Peoplecounting, hikvision...
  11. trempa92

    People counting API - not getting any results

    Its quite simple to be honest, only options that will have differences is ANR . If you enable ANR for each event you get you need to return OK() otherwise it will loop same event. It is good for bad conectivity so you dont lose events.
  12. trempa92

    People counting API - not getting any results

    Facial recognition can work but VCA needs to be turned on for it. Then you have groups and you can set notify surrveillance center for each group trigger. Make a TCP server listener and realtime data will be sent there. Server ip you add to camera settings under Alarm server or HTTP Listener...
  13. trempa92

    Hostname (networking) on Genuine Hikvision vs OEM Hikvision cameras

    It would be helpful to post camera models and their firmware's
  14. trempa92

    People counting API - not getting any results

    Here is body for multi target counting as your camera can handle /ISAPI/Event/channels/1/SearchRegionTargetNumberCounting?format=json { "ReportCond": { "reportType": "monthly", "ruleID": 1, "statisticalDirection": "bothway", "statisticalObjectives"...
  15. trempa92

    People counting API - not getting any results

    It was not in documentation because this is not "real" people counting camera, its serie 7 firmware enabled people counting vca. Hence the changes. Its accuracy is way lower than people counting cameras that are mounted at 90 degree with 1 region only. This can have multiple regions Nice that...
Top