For some camera model, "primaryStreamConfiguration" param is not available.
AnsweredHi.
For some camera model, "primaryStreamConfiguration" param is not included on device record endpoint.
In my case, for AXIS P1447-LE, "primaryStreamConfiguration" param is available on response from as below.
"primaryStreamConfiguration": {
"bitrateKbps": 6310,
"codec": "H264",
"fps": 25,
"quality": "undefined",
"resolution": {
"height": 720,
"width": 1280
}
}
But for AXIS M2025, "primaryStreamConfiguration" param is not available.
Could you kindly investigate this behavior?
Also, Could you kindly tell me how to get codec info from nx server without "primaryStreamConfiguration"?
NX version: 5.1.1
-
Hi Makoto Ogata,
Have you confirmed both camera in the same status? Ex: AXIS M2025 has passed the authentication and added to Nx and already be able to play the video via the desktop client?
Regarding codec, have you tried the API below?
/rest/v2/devices/{id}/advanced/*/manifest
The result would be as follow, "Codec".

Thanks.
0
Please sign in to leave a comment.
Comments
1 comment