How to get stream by selecting stream profile from axis camera using axis sdk? #205
-
I'm working on a project that requires me to retrieve a stream from a specific stream profile. However, I couldn't find any relevant functions or modules that could help me with this task. Can you guide me on how I can retrieve a stream from a specific stream profile? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @maazullah96 , thanks for your question. To take out a stream through an ACAP application we have the vdostream example. To retrieve a stream from a specific stream profile I would have to refer to the technical documentation of the Video Capture API if it's possible. I found one function vdo_channel_get_stream_profile() that sounds interesting. For doing this from a server or something similar I would recommend you to search in the VAPIX documentation. |
Beta Was this translation helpful? Give feedback.
Hi again, the code looked correct to me and I checked with the API team, they said that,
Unfortunately this limitation is not documented.