Recent content by Otabek

  1. O

    Remove license plate from allow list using ISAPI

    Have a look at the screenshot of the 1st post on the thread.
  2. O

    Get passed license plate numbers using ISAPI

    Adjusting the following settings helped me achieve the expected result.
  3. O

    Get passed license plate numbers using ISAPI

    PUT /ISAPI/Event/notification/httpHosts/1 Authorization Digest Auth username: admin password: password Headers Content-Type: application/xml Body raw, XML: <HttpHostNotification version="2.0" xmlns="http://www.hikvision.com/ver20/XMLSchema"> <id>1</id> <url></url>...
  4. O

    Get passed license plate numbers using ISAPI

    I also created socket server using Python: Here is the receiving data. But no any license plate number:
  5. O

    Remove license plate from allow list using ISAPI

    Thank you for the clarification! Linking the ID and license plate in the database sounds like a great approach to make deletion easier. I appreciate the helpful suggestion!
  6. O

    Get passed license plate numbers using ISAPI

    The firmware of my camera is 'V5.8.60 build 240807':
  7. O

    Remove license plate from allow list using ISAPI

    Thank you very much for your assistance, Trempa92. Your support has been incredibly helpful. I am able to delete all license plates using a loop. However, I would like to know how I might delete a specific license plate number from the list, especially if it was added through the IP camera's...
  8. O

    Get passed license plate numbers using ISAPI

    ANR has been disabled. Detection mode were 'License Plate & Vehicle': But License Plate No is not being received:
  9. O

    Get passed license plate numbers using ISAPI

    I configured IP camera and started listening from the specified port. But unfortunately License Plate number is not being received through the socket.
  10. O

    Remove license plate from allow list using ISAPI

    Thank you very much, Trempa92. Could you please guide me on how to delete previously added license plate numbers before I developed my software?
  11. O

    Remove license plate from allow list using ISAPI

    Based on the provided screenshot, it appears there are 352 license plate entries in total, added to the allow list via the web interface of the IP camera. However, each page in the "No." column begins numbering from 1, making it difficult to determine the unique identifier for each license plate...
  12. O

    Get passed license plate numbers using ISAPI

    That sounds like a fantastic idea! I would love to implement it, but I'm not entirely sure where to start. If you wouldn’t mind, could you guide me through the process? I’d really appreciate any help you could offer. Thank you so much in advance!
  13. O

    Get passed license plate numbers using ISAPI

    Thanks for your response. I've removed 2 additional zeros. But still getting unexpected result.
  14. O

    Remove license plate from allow list using ISAPI

    Hello, I can add license plate number to the allow list of Hikvision iDS-2CD7A26G0/P-IZHS IP Camera using above ISAPI. But I need to delete license plate from the list. Please tell me what to do. Thanks in advance.
  15. O

    Get passed license plate numbers using ISAPI

    Hello, I use Hikvision iDS-2CD7A26G0/P-IZHS IP Camera. I did following to get list of passed license plates but it is not giving expected result. I hoped first item in the list would begin from 2024-11-01. But I get today's list. Please tell me what to do. Thanks in advance.