Greetings everybody.
Currently working on android app that supports administering Hikvision ANPR and ACS devices via Hikvision cloud. And it would be good to have some testers.
So far implemented:
Add/Remove/Modify Location
Add/Remove/Modify ANPR/ACS Device (adding via QR code, same like HC)...
Greetings everyone,
There is a bug going around on web interface HCteams mode when you want to import your personal device.
The list offers maximum of 50 devices to display of which you would like to import. If you have 50+ then you cannot import it.
Work around is copy the POST packet from...
Greetings everyone,
Sharing some code which also a lot of parts were taken from Object Detection Course - Computer Vision Zone
This version is modified to suit my needs at home camera, so it wont be exactly the same. As well you will have to edit the line coordinates/mask.png yourself as well...
Here is the code for SADPTools python version. Works on any OS with python installed and prettytable
import socket
import os
import xml.etree.ElementTree as ET
from prettytable import PrettyTable
def send_udp_broadcast(packet, port, broadcast_ip, local_ip):
"""Send a UDP broadcast...