I'm working on a project where I need to interact with a Hikvision camera model DS-TCG405-E through its ISAPI API. Using Postman, I have been able to retrieve information from the camera using the GET method and the /ISAPI/System/deviceInfo endpoint. However, when attempting to make other requests, such as /ISAPI/Traffic/channels//capabilities, where it is mentioned that the in the request URI refers to the ID of the traffic channel, I have been unable to determine how to find this Channel ID.
I have consulted the Hikvision documentation and other available resources, but I have not found a clear way to obtain the Channel ID of the camera. Some online examples use 1 as the traffic channel ID, but it doesn't work for me. Is there any standard or convention for finding the Channel ID of a Hikvision camera using Postman or any other method?
c80f0f1006