Search results

  1. trempa92

    Hik-Connect problem

    no you do not
  2. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    Glad to hear, sorry for command misspell, i did not use it for quite some time
  3. trempa92

    Hik-Connect problem

    Open hik connect on your phone Press on tab Services down there icon(Heart) And Create Team once you create team, when you log in to web browser you will have what i shown you
  4. trempa92

    Hik-Connect problem

    Ah yes, this used to have problems with multiple clients. You can always open up HikConnect for Team mode. Then you will have web view for each. It will look like this:
  5. trempa92

    Hik-Connect problem

    Would you mind show some images if the thats not the problem? You can blur the camera view
  6. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    Once/if you gain shell access. execute paramReset cmd. This will change camera state from active to inactive without restoring anything else.
  7. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    You might try this way: https://github.com/Aiminsun/CVE-2021-36260
  8. trempa92

    Remote viewing

    Your 2087G2 does have RTMP customized firmware available, but im not sure about your mini PTZ
  9. trempa92

    HikVision DS-K1T804AMF - ISAPI AccessControl Event Retrieval Fails with "Invalid Content" Error

    there is Hik partner PRO sdk for live view playback downloading files and there is Hik partner pro OpenAPI documentation for configuring devices and adminstering. Some ISAPI nodes are allowed to be used over hik partner pro This requires NDA sign and registration at tpp.hikvision.com So in...
  10. trempa92

    LPR database/archival software

    Ok so, there shouldn't be any problem creating a simple service that parse columns and insert into DB that is consisted of all the columns in csv with addition of ID column which is autoincrement. Perhaps only thing i would split is, having passages in 1 table and statistics in different table...
  11. trempa92

    LPR database/archival software

    What i would do is next: Check if camera support API for such data. Fetch data, parse it and push to database, If it doesnt, i suppose since you can download from browser csv, that you can also replicate this request hence you get automated downloading and storing. I would do either a windows...
  12. trempa92

    HikVision DS-K1T804AMF - ISAPI AccessControl Event Retrieval Fails with "Invalid Content" Error

    I integrated local isapi with most devices. If you are using public documentation. Tat may be the problem. Tpp.hikvision.com got newest available. But you need to sign NDA. Now i switched to cloud based solution. Only backend i have is licensing server. Besides that i use hik partner pro sdk
  13. trempa92

    HikVision DS-K1T804AMF - ISAPI AccessControl Event Retrieval Fails with "Invalid Content" Error

    I understand you :) I had similar problems with some endpoints via OpenAPI. Now im migrating everything on HikPartnerPro OpenApi and cloud varriant. Im Tired of opening ports as some users dont want to pay for VPN implementation. So far so good i guess :)
  14. trempa92

    HikVision DS-K1T804AMF - ISAPI AccessControl Event Retrieval Fails with "Invalid Content" Error

    What firmware is on the device. This seems to be a bug. it should work even in your first case.
  15. trempa92

    HikVision DS-K1T804AMF - ISAPI AccessControl Event Retrieval Fails with "Invalid Content" Error

    Try with starttime and endtime, perhaps it expects boundaries { "AcsEventCond": { "searchID": "Search9", "searchResultPosition": 0, "maxResults": 30, "major": 5, "startTime":"2024-12-18T00:00:00+01:00", "endTime":"2025-12-18T23:59:59+01:00"...
  16. trempa92

    Add 4G Camera to NVR

    Depending on manufacturer, for example Hikvision hik partner pro offer Developer apikey and app secret and you can fetch stream via their SDK over cloud without opening ports on 4G sim card. Then you create a small service converting that stream to RTSP or RTMP protocol and push to your website...
  17. trempa92

    Main camera differences

    Image Sensor1/1.8" Progressive Scan CMOS VS Image Sensor1/2.8" Progressive Scan CMOS Min. IlluminationColor: 0.0028 Lux @ (F1.2, AGC ON),0 Lux with light VS Min. IlluminationColor: 0.005 Lux @ (F1.6, AGC ON),B/W: 0 Lux with IR The first one will perform a lot better in night scenarios than 2nd...
  18. trempa92

    update video intercom kit 2 wires

    Yes thats the latest, this kit is EOL for a long time already. Be aware if you break it, you will need to replace entire system.
  19. trempa92

    ISAPI docs

    there is at tpp.hikvision.com You need to sign NDA.
  20. trempa92

    [DS-KH6320-WTE2] All upgrades after V2.2.12_build230408 firmware are failing

    Try using 2wire new gen Y firmware...
  21. trempa92

    [DS-KH6320-WTE2] All upgrades after V2.2.12_build230408 firmware are failing

    too big of a jump, get 2.2.24 first, then continue with newer
  22. trempa92

    Assistance with Hikvision DS-2CD7A26G0/P-IZS Integration Using HTTP Listening

    Try this C# TCP server listener, and see RAW data you receive. using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; namespace TcpServerExample { class Program { static void Main(string[] args) { int port = 9091...
  23. trempa92

    Assistance with Hikvision DS-2CD7A26G0/P-IZS Integration Using HTTP Listening

    Greetings, 1. No its not possible to add additional information to default ANPR sending template, but it does contain ipaddress and port (local) Atleast my H8 iDS-2CD7A46G0/P-IZHSY . This is your ID for checking which camera event it is - I guess entire problem is that you are not doing it...
  24. trempa92

    Firmware download

    Yes if there is no internet. I agree 100% with that statement. If there is internet, new updates are not only add/remove features, its security updates as well.
  25. trempa92

    Need a perfect solution for Hikvision NVR windows application.

    You may develop custom application with the usage of HikPartnerPro OpenAPI or ISUP server with HikCentral OpenApi In both cases you can remove 5 min restriction of live view. This is something thats embedded within hikvision softwares. A timer with stream close. Also utilize SDK for previewing...
  26. trempa92

    Connecting NVR to Stream media Server

    Yes sms has been transferred to HikCentral. Ivms4200 with sms is out of support.
  27. trempa92

    Hikvision camera picture download Windows ISAPI utility... downloads pictures from SD card ready for timelapse

    Yea right click on your solution in solution explorer(Visual studio) -> Open in File explorer. Zip everything and thats it.
  28. trempa92

    Hikvision camera picture download Windows ISAPI utility... downloads pictures from SD card ready for timelapse

    I was waitting for john to add me to his github project, i dont have his source code. @johnfitz haha, it is morning in Croatia, but not not sleepy time :) Just upload solution here zipped. I can push to github if you want, or i can guide you how you can push yourself. Cheers
  29. trempa92

    Get passed license plate numbers using ISAPI

    Thats for recieving events, upload to memorycard or FTP is not necesary. Already got everything set for my integration to work as it should.