01304 827609 info@use-ip.co.uk Find us

Start/Stop Video Recording on Hikvision Cube Cam via API

gianluca2

Member
Messages
7
Points
1
Good Morning Guys,
I need to start / stop video recording and save on local SD CARD on my Cube Cam (DS-2CD2442FWD) using API.
I have read the manual but seems that the command to register are based only on event (Smart, Line ecc).

Any suggestion?

Regards
 
Thanks a lot for the feedback.
This only works on NVR/DVR devices unfortunately.... :(
 
I made a typo in the request with 'track' it should be 'tracks'.
The following works with my camera (DS-2CD2025FWD-I). The camera is not connected to a NVR/DVR and records only to the SD card. Can't say this will work for the DS-2CD2442FWD.

The following request stops or starts manual recording only. This may interfere with your continuous recording and schedules.

To stop a manual recording:
PUT http://admin:yourPassword@192.168.1.64/ISAPI/ContentMgmt/record/control/manual/stop/tracks/101

1573127813434.png


To start a manual recording:
PUT http://admin:yourPassword@192.168.1.64/ISAPI/ContentMgmt/record/control/manual/start/tracks/101


1573128844697.png


You can see in the playback timeline the effect:
1573129084889.png

The files are also available to download:
1573129191335.png


It's also possible to start/stop continuous recordings but requires a lot of settings in the body.
Keep me posted on your progress.
 
Thanks a lot for the message. I will test it again.
Which software do you use to GET/POST messagses?
 
Last edited:
Thanks for the feedback...workk fine! :)
Now i need to understand how "grep" the status...if is recording state or not.. :)
 
Back
Top