Questions tagged [hikvision]
73 questions
0
votes
1 answer
Camera Live view (Hikvision) with Flutter
I'm building a Flutter app and I need to connect and view live feed of our Hikvision IP camera inside our building:
I have tried these two libraries but they are very old and I couldn't get them to work:
a) flutter_hk: ^1.0.2 => it does not support…

Salar Azad
- 41
- 2
- 9
0
votes
0 answers
Odoo attendance integration with hikvision
I am trying to search for a way to integrate Hikvision attendance (fingerprint and card reader) with Odoo
I searched for apps but all what is available is integrations with ZK machines..

austin
- 1
0
votes
0 answers
hikivision isapi TwoWayAudio with java
How do I use java to do two-way audio on hikvision isapi platform ?
PUT /ISAPI/System/TwoWayAudio/channels//audioData
OutPutStream not worked

mj Chow
- 1
0
votes
0 answers
How do I capture images from rtsp stream and save them without being corrupted?
I'm trying to use python to capture a photo from my ip cameras every 1 minute and save it as a file for later use.
I'm still not good at python and I don't get why some of the times I get the right image and sometimes I get a corrupted gray…

overjump
- 1
- 1
0
votes
1 answer
Download and save MJPEG with http command (Javascript)
I'm using a hikvision IP camera that streams 30 MJPEG images per second to a certain http url and Javascript Reactjs with nodejs and express as backend.
Also hikvision provides a url to snap the camera image when you open the link.
Example…

Luis Quiroga
- 718
- 2
- 7
- 22
0
votes
1 answer
error: OpenCV(4.5.3) :-1: error: (-5:Bad argument) in function 'VideoCapture'
I am trying to enable the IP cam that I have access to, it's feed by the browser. but couldn't able to get a video stream using an IP camera, only get a result in image form. The feed with cv2.videocapture() gives an error.
import cv2
import…

Maaz Irfan
- 81
- 8
0
votes
1 answer
Perl External JSON API Hikvision Face scan
Hi please help I try to get AcsEvent from Hikvision Face Scan with perl.
Now data return is.
{
"AcsEvent": {
"searchID": "1",
"responseStatusStrg": "MORE",
"numOfMatches": 5,
"totalMatches": 13430,
…

Chonlathit Wanpean
- 15
- 3
0
votes
1 answer
Frame delayed in OpenCV and IP cam Hikvision
I have a task to process a streaming video from Hikvision IP cam using OpenCV
I try this
RTSP
"""
cap = cv2.VideoCapture()
cap.open("rtsp://yourusername:yourpassword@172.16.30.248:555/Streaming/channels/1/")
and this
using API…

Vladimir
- 9
- 3
0
votes
1 answer
FFmpeg timestamps
I want to capture RTSP streams from different cameras (dahua, hikvision, etc.);
I am using the FFmpeg library, for each stream I need some real-time value.
The start_time_realtime member of AVFormatContext is exactly what I need.
This usually works…

Levon Baghoyan
- 170
- 4
0
votes
1 answer
How can I get Events from Hikvision camera to my Typescript project and is there any documentation on the camera's internal API?
I have a project where I need to get events from the Hikvision camera that I've connected on my network, to my Typescript project's code.
The events in question are face detection and alarm triggered by recognized face.
The events then would go…

K4R1
- 745
- 1
- 10
- 20
0
votes
1 answer
Using HIKVISION DS-K1T671TM-3XF Face Reorganization Terminal in C#
I want HIKVISION DS-K1T671TM-3XF Face Reorganization Terminal in C#.
When ever user face recognition happens I want to capture that and match face in C# code, how to do this?
Any help ideas will really appreciated.
Thanks in advance.

Sachin Jawale
- 17
- 6
0
votes
1 answer
HIKVision C# SDK - Audio Exception Detection
I am trying to configure Audio Loss Detection via the C# SDK (CHCNetSDK.cs) and I'm struggling to find any documentation on this. I can connect to the device and login and the next step is to get the existing Audio Exception Detection config from…

user2282308
- 33
- 1
- 7
0
votes
0 answers
Error while saving RTSP to .mp4 from a Hikvision using cvlc, openRTSP or ffmpeg
I'm trying to save an RTSP streaming from a hikvion camera to a .mp4 file in a USB pen drive in a raspberry pi 3.
I'm using raspbian, I read a lot from the internet, and I'm using different programs to try to save the video.
I used cvlc, openRTSP…

Rui Martins
- 3,337
- 5
- 35
- 40
0
votes
1 answer
Getting specific data from video surveillance web-interface in Zabbix
guys! I'm looking for a solution or some ideas on how to solve my task.
There is a video surveillance camera(vendor: Hikvision) with an accessible web-interface.
In the web-interface, there is a field Device Name containing data I need to retrieve…

Eugene Gorlo
- 1
- 2
0
votes
3 answers
Hikvision API retrieve events, people counting camera
I am trying to get event details from a Hikvision People Counting Camera, e.g. enter event. The model is:: iDS-2CD6810F/C Firmware:: V5.4.7 build 171115. I am using postman to try and connect to the API but I am getting nowhere. No matter what…

Ryan McKinney
- 183
- 1
- 2
- 16