/ISAPI/SecurityCP/pircam/picture/channels/<ID>/currentAddAsyn?format=json

Get the pircam (detector equipped with camera) capture parameters being added currently in asynchronous mode.

Request URI Definition

Table 1 GET /ISAPI/SecurityCP/pircam/picture/channels/<ID>/currentAddAsyn?format=json

Method

GET

Description

Get the pircam (detector equipped with camera) capture parameters being added currently in asynchronous mode.

Query

format: determine the format of request or response message.

Request

None.

Response

Succeeded: JSON_Pircam

Failed: JSON_ResponseStatus

Remarks

  • Before calling this URI, you should call /ISAPI/SecurityCP/pircam/picture/channels/<ID>/mode?format=json by PUT method and set the mode to "enter" to enable the asynchronous mode for adding pircam capture parameters for the device.

  • The result will be returned immediately after this URI is called. If status in the response message is "processing", you should continue calling this URI until status is "success" and the pircam capture parameters are returned. If status is "failed", you should stop calling this URI recursively.