Questions tagged [hikvision]

73 questions
0
votes
0 answers

Cannot upload Face Data to Hikvision Camera using SDK

I am going to use the Face Recognition function in Hikvision Camera using sdk on Qt(c++). I did try to upload face data to hikvision library but it doesn't work. Here's my code. strXml = "
0
votes
1 answer

Getting error 23 in Hikvision camera integration

Using Hikvision sdk some command of API(NET_DVR_GetDVRConfig) is working but some command are showing error 23(server does not support).I used this command(NET_DVR_GET_IPPARACFG_V40) but I am getting error 23. I want to know what this message mean…
0
votes
2 answers

Hikvision IP-camera activation

From couple of years Hikvision doesn't provide new IP cameras with defaults password for some strange security reasons and new user is forced to set unique password via web interface. In my case I need to activate hundreds of cameras and it will…
Mike Mint
  • 145
  • 5
0
votes
1 answer

Changing gstreamer pipeline to opencv in python

I have successfully installed and built gstreamer on opencv. It says YES when i print(cv2.getBuildInformation()). Gstreamer version: 1.14.0 opencv version: 3.4.5.20 Bumped into a wall for quite a while at the moment, was using the gstreamer…
penguin
  • 628
  • 2
  • 10
  • 22
0
votes
1 answer

Hikvision python OpenCV

import numpy as np import cv2 from hikvisionapi import Client cap = cv2.VideoCapture() #cap.open("rtsp://admin:DocoutBolivia@192.168.1.64:554/h264/ch0/sub") cap.open("rtsp://admin:DocoutBolivia@192.168.1.64:554/Streaming/Channels/102/") #cam =…
Reddy Tintaya
  • 141
  • 2
  • 8
0
votes
1 answer

Problem with SDK pointers - c++ to Delphi translating

I'm struggling with HikVision SDK, trying to get it work in Delphi. There's some samples in C++, but I've stuck with pointers issues while translating to Delphi. Till that moment code seems to work, as I get correct plate number. Is this correct…
tomek
  • 43
  • 1
  • 5
0
votes
1 answer

Syntax error before string constant in large header file c++

I want to extract vía SDK a video in format .hik (Hikvision) to MP4. My code is the next: #include #include #include "../SDK/incEn/HCNetSDK.h" #include "Windows.h" using namespace std; int saveRecordFile(int userId, char *…
Michael Becerra
  • 401
  • 1
  • 3
  • 15
0
votes
1 answer

How to set Hikvision camera parameters using PHP curl

I am attempting to automate Hikvision camera configuration using the Hikvision IPMD XML API. I am able to retrieve camera data using any of the documented services, but my attempts to change field values are failing. Here's the code I'm using the…
Ray N. Franklin
  • 595
  • 1
  • 5
  • 13
-1
votes
1 answer

Why ffmpeg hangs encoding a void audio track?

I've googled an entire day experimenting all possible solutions, but noone had worked. I have 2 HIK dvr (one is prehistoric vith analogic video). I've made a bash script to retrieve X seconds (as input) of the DVR stored videos (it cut seconds if…
SkizZO
  • 1
  • 2
-1
votes
1 answer

Face recognition terminal iVMS-4200 does not connect to the base

Face recognition terminal iVMS-4200 shows an error when connecting to the mysql database. I tried like the following video on Youtube. But it's showing error while saving. Please help. I am attaching a…
-2
votes
1 answer

Qt Creator and HIKVISON SDK

I am a beginner with Qt Creator I need to ask if I can USE HIKVISON SDK which downloaded from : https://www.hikvision.com/en/support/download/sdk/device-network-sdk--for-windows-64-bit-/ can I import them to qt if yes then how?
-4
votes
1 answer

Trying to read Thermal Data from Hikvision Camera in Python

I'm looking for solution to access thermal data of camera. well i used OpenCV and only could got original image. but there is no more data for process like temperature. I tried available library about HikVision cameras and surfed the net for this.…
1 2 3 4
5