| Description |
|---|
| deviceId: Device ID |
| decodeCapacity: IPC specifications (optional) 2: 2 million pixels, 3: 4 million pixels, 1: 8 million pixels, 4: 12 million pixels |
| ip: Camera IP |
| processSta: 0: Scan completed, 1: Scanning |
| ipcCameraList: The IP camera list is valid when the scan is completed. |
{
"body": {
"deviceId": 0,
"slotId": 2
},
"sign": "MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId": "1",
"timeStamp": "1631949094265"
}curl --location --request POST '/open/api/ipc/IPCCameraList' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"deviceId": 0,
"slotId": 2
},
"sign": "MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId": "1",
"timeStamp": "1631949094265"
}'{}