Questions tagged [hikvision]

73 questions
0
votes
1 answer

HIKVISION, NVR configuration

I own a HIKVISION CCTV system that includes the NVR model DS-7616NXI-42. I have successfully configured intelligent intrusion detection on the NVR, and it generates alerts that I can monitor through my HIK-Connect app. However, I have encountered an…
0
votes
0 answers

Opencv VideoCapture not streaming RTSP link and returns "no frame!"

I am trying to stream my HikVision IP camera throough python. I am using cv2.VideoCapture("rtsp_link") which works fine on my Laptop but when I try to run the same python script with same Opencv and FFmpeg version it gives me following…
Asadullah Naeem
  • 347
  • 2
  • 11
0
votes
0 answers

How to read and grab frame form Gige Hikvision camera in python

I have a Gige camera brand Hikvision scan camera. The model is MV-CA032-10GC. This camera are using IP address. I already configure the IPv4 and camera work fine using MVS and eBus player. My problem is how can I read frame directly from camera…
0
votes
0 answers

Hikvision ISAPI

Can some help me how to add a person to access group using ISAPI, I have implemented some features such as addPerson, captureFingerData, applyFingerDataToPerson. the only remaining thing is how to add that person to access group I search the api…
0
votes
0 answers

Integrating Hikvision Attendance Hardware with Odoo for Biometric Time Attendance

I am currently considering using Odoo as a human resource management solution. I have a specific requirement regarding an existing hikvision Attendance Hardware and want to know if Odoo can support it inorder for employee time attendance to be…
YKM
  • 33
  • 1
  • 6
0
votes
0 answers

how to use hikvision thermal camera temperature interval measure api with c#

private async void StartServer() { HttpListeningServer server = new HttpListeningServer("http://192.168.0.191:8080"); await server.StatAsync(async request => { switch (request.HttpMethod) { case "GET" …
Sunday
  • 109
  • 1
  • 9
0
votes
0 answers

How to stay connected to HikVision ANPR Camera stream of events?

I am trying to connect to an hik vision camera installed at a car park to monitor entries and exists. To get the event data, I am using [hikvisionapi][1]. Here is what I am doing to connect to the camera: from hikvisionapi import AsyncClient cam =…
Danish Ajaib
  • 83
  • 1
  • 3
  • 14
0
votes
0 answers

Hikvision DeepView get number plate error on firmware 5.5.8

I successfully get a number from the Hikvision camera(model iDS-2CD7A26G0/P-IZHS​), the answers from this topic helped me. But this solution works for cameras with firmware 5.5.130. I also have cameras with firmware v5.5.804 build 210831 for which…
0
votes
0 answers

Device Busy Error while fetching number plate information using ISAPI Hikvision

I am unable to fetch the number plate info from hikvision video center. I want to access it using the API. I am getting the response as shown below while fetching the number plate info of vehicle from ANPR Hik vision network video…
0
votes
0 answers

HIKVISION ANPR Camera stream and attachments with python

I've got a hikvision camera that i subscribe to the message stream on /ISAPI/Event/notification/alertStream I'm using python with the requests library to read the XML data that comes in through the feed, I manage to read all the text however I dont…
0
votes
0 answers

Qt, play video by Winid blink when lost/get focus

i wrote QtVsPlayer to play "special" video from Hikvision security cameras, their sdk use winid of a widget to display the stream. All sound like ok, but when the widget i use get or lose focus, video blink. In other side, i made in QtVsPlayer a…
0
votes
0 answers

Qt isfullscreen = no such value

i made a special videoplayer based of hikvision sdk with qtcreator in cpp i have an void : void QtVsPlayer::FullScr() { if (QtVsPlayer::isFullScreen()) { QtVsPlayer::showNormal(); this->ui->menubar->setVisible(true); if…
0
votes
0 answers

Send realtime audio from microphone to Hikvison Video Door phone /ISAPI/System/TwoWayAudio/channels/1/audioData

I am trying to send audio from Flutter app to Hikvision Video Door Phone. Hikvision has no official support for flutter platform. After searching I got a blog where one person was able to send audio to Hikvision camera…
0
votes
0 answers

Getting error 23 in HikvisionDevicel Integrartion

Using Hikvision sdk some commands of API(NET_ECMS_XMLConfig) are working but some commands are showing error 23(device does not support this funtion). I want to know what this message mean either my device really does not support or I am doing…
hak07
  • 1
  • 1
0
votes
1 answer

Golang XML Unmarshal byte array decoding as illegal character

I have been tasked to decode an alarm event from a Hikvision ANPR camera, and one of the xml fields is x,x,x,x,x,x,x where x is a byte representing 0-100 on what confidence the ANPR has on each character of the…
lukerobbo
  • 71
  • 4