Hello everyone,
I have the MPT220 Dahua body cams and i want to connect to them remotly to my pthon server. The problem is, that I want them to register to my server, but when I use the auto-registration method, I am getting a NAT address and not the dynamic IP of the camera.
Any ideas how can...
Hi all,
I'm working on a script to move my camera using /ISAPI endpoints. I have set a ptz location for a preset with ID 1 so I can go back to it when I want. I can see the live feed of my camera to keep track of what is happening. When I send the preset command, the camera moves a little to...
Hi guys,
was looking for some library (python) to control a Dahua PTZ camera with a joystick. But apparently there aren't any, so i wrote my own.
Tell me what you think
Code
GitHub - wvthoog/Dahua-Joystick-PTZ-Control
Blog
Dahua Joystick PTZ Control - Wim van 't Hoog
Regards,
Wim
Hi everyone. I have a couple of hikvision cameras connected to Hikvision NVR 4.0 version. I want to trigger the alarm of the nvr using a python script running on my ftp server. How could I do this. Thanks in advanced
hello i would like to integrate the isapi using the python.i was a bit confused with writing the code for the authentication process.please can anyone help me
Hello, I am working on a project for face unlocking doors.
We have hikvision camera, indoor module and keypad.
Is it possible to capture a package with wireshark and then send unlock door code via python, or perhaps some other way?
I just need to send the same 'signal' to door module as if...
Hey all, I'm so glad that there is a whole community of informed individuals like yourselves. I'm working on a project where I will need to take regular snapshots in an indoor parking lot, and am not sure what camera to use, or even what type of cameras exist for such an application.
I will...
I discovered this awesome project by Magnus Appelquist who constructed a python script he calls blueiriscmd, that allows you to send commands to Blue Iris via HTTP to read status, trigger events, change profile etc all from the command line or embed the python code into your own python scripts...
I'd like to build an application that can send commands to BlueIris such as to arm * disarm, as well as query current status. I would like to use python or Node.js. I can't find any API info on the BlueIris site itself.