python

  1. D

    MPT220 Remote Connecting

    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...
  2. M

    Stutter while sending PTZ command

    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...
  3. wvthoog

    Dahua PTZ control by joystick

    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
  4. T

    Hikvision iVMS-4200 autoconfiguration

    Hi! How can I configure iVMS-4200 3rd party database settings through commandline or something with my batch or python autoconfig script?
  5. irfankobber

    Triggering NVR Alarm using python script/API

    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
  6. P

    hikevision isapi integration

    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
  7. energetskiBurek

    Is it possible to capture package and unlock doors remotely with python code?

    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...
  8. Kript

    Would love some advice

    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...
  9. A

    blueiriscmd - A Python cmd tool for interfacing to the Blue Iris API

    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...
  10. M

    Need JSON or HTTP API example in Python or Node.js.

    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.