Search results

  1. trempa92

    Remote viewing

    Your 2087G2 does have RTMP customized firmware available, but im not sure about your mini PTZ
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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 :)
  7. 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.
  8. 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"...
  9. 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...
  10. 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...
  11. 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.
  12. trempa92

    ISAPI docs

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

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

    Try using 2wire new gen Y firmware...
  14. 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
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. trempa92

    Connecting NVR to Stream media Server

    Yes sms has been transferred to HikCentral. Ivms4200 with sms is out of support.
  20. 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.
  21. 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
  22. 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.
  23. 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...
  24. trempa92

    Hikvision isapi - email picture at set times

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

    Get passed license plate numbers using ISAPI

    If you want to fetch manuqlly opened doors, connect barrier output to alarm input of camera
  26. 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.
  27. 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...
  28. 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...
  29. 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.