hikvision icon indicating copy to clipboard operation
hikvision copied to clipboard

Control PTZ

Open ricciolino opened this issue 4 years ago • 6 comments

I have this camera by Hikvision (https://www.hikvision.com/en/products/IP-Products/PTZ-Cameras/Pro-Series/DS-2DE7225IW-AE/?q=ds-2de7225iw-ae&position=2). By now I'm able to get video stream with rtsp protocol and VideoCapture from opencv. Is it possible with the API from this repository to control the Pan Tilt Zoom of the camera?

ricciolino avatar Dec 06 '20 08:12 ricciolino

@fabaff any solution?

ilomon10 avatar Jul 27 '21 06:07 ilomon10

I want know too

17702513221 avatar Jul 30 '21 06:07 17702513221

@ricciolino hi, did you solve this problem?

nhatanh174 avatar May 11 '22 05:05 nhatanh174

Hi @nhatanh174 , I solved without using this project ... I implemented a small library in C ++ and did the Binding with Python to drive the Camera. Here is the link to my project! https://github.com/ricciolino/PyQT_Manager-PTZ_IP_Camera-Hikvision

ricciolino avatar May 11 '22 05:05 ricciolino

@ricciolino thanks so much.

nhatanh174 avatar May 11 '22 06:05 nhatanh174

You're welcome! If you need help, just let me know!

ricciolino avatar May 11 '22 06:05 ricciolino

Hi, in C++, without python, you also have QtVsPlayer whose manage PTZ through Hikvision API https://github.com/surfzoid/QtVsPlayer

surfzoid avatar Mar 31 '23 08:03 surfzoid