Search results

  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...
  16. trempa92

    DS-2CD1121G0 Problem

    I believe IPV6 can also be a static wan ip address unlike ipv4 where you have WAN and LAN addresses separated
  17. trempa92

    Alternative way of recovering HikVision NVR password

    That was an exploit(some might say backdoor :)) which was updated later on, hence you cant get configuration file like that on newer firmware's. Only possible reset method is via authorized distributer or hikvision itself. OR flashing same firmware or tad older might factory reset it.
  18. trempa92

    DS-2CD1121G0 Problem

    The problem is within NVR old firmware.
  19. trempa92

    Is there a way to tell which of the motion detection areas has triggered?

    SDK could be your best bet at getting somewhere. Metadata does contain the trigger coordinates, and you could play with these to find out which area triggered it if there is no exact area ID in SDK: https://www.geeksforgeeks.org/how-to-check-if-a-given-point-lies-inside-a-polygon/
  20. trempa92

    Anyone successfully streaming live to YT via RTMP?

    Is your model (C) hardware revision? if so try this firmware from 23' https://www.hikvisioneurope.com/eu/portal/?dir=portal/Technical%20Materials/00%20%20Network%20Camera/00%20%20Product%20Firmware/Temporary/G5%20Platform%EF%BC%882xxxG2%28C%29%EF%BC%89/RTMP
  21. trempa92

    Anyone successfully streaming live to YT via RTMP?

    I would try other streaming platform and see if theres any difference. If on other platform image is clear, it could be something else than firmware related
  22. trempa92

    Bricked hikvision DS7216 hqhi f2/n

    Na dvr-u. Jesi direktno spojio pc na dvr idi ideš preko switcha? Vjerojatno se može podesiti link ali za to treba ući u debug mode i password samo hik može generirati :/
  23. trempa92

    Bricked hikvision DS7216 hqhi f2/n

    Ono što možeš probat kad te traži update y/n unesi "b" pa enter nakon toga reset pa update Ako to ne pomogne, u većini slučajeva je mrežna krepala. Flashao sam ih barem 200 komada u recimo 10% je mreža bila i možeš se jebat
  24. trempa92

    Bricked hikvision DS7216 hqhi f2/n

    Pa za početak ti current dir nije odabran gdje se nalazi digicap.dav Koju adresu koristiš za uređaj?
  25. trempa92

    Bricked hikvision DS7216 hqhi f2/n

    Since his english is bad i will try to write on croatian. Nemožeš ništa pretjerano zajebat ako isprobaš pinove, plus ti ne treba samo tx,rx i gnd, tako da imaš par kombinacija.
  26. trempa92

    can`t access my cameras remotely

    hard to tell, could be various reasons. Most common one is dns you were using does not work. If you picked providers one.
  27. trempa92

    HIKVISION LIVE VIEW ON WEB

    save this as .vbs
  28. trempa92

    DS-2CD2367G2P-LSU/SL 6MP Panoramic

    you see all and nothing.
  29. trempa92

    Playback stutter on DS-7732NI-I4

    How many HDD's and have you made recording set to group or quota? What is codec you use? Imagine 25 x 8MP recording to HDD in same time you want to read it as well. I'd imagine HDD is bottlenecking entire system and making it slow
  30. trempa92

    DS-7716NI0I4(B) reset password

    Send the exported xml file from the SADP tool to Hikvision technical support. Unfortunately the returned xml files from Hikvision support did not do much and just generated the below error. Thats did not work because you probably received xml the next day. They work for the same day only.
Top