AxisCommunications / acap3-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Apache License 2.0
55 stars 20 forks source link

how can i use the vdo APIs to set properties( width, heigh, frame-rate ) for rtsp on axis web #200

Closed vuhailongkl97 closed 1 year ago

vuhailongkl97 commented 1 year ago

Issue description

How can i use the vdo APIs to set properties( width, heigh, frame-rate ) for rtsp on axis's web

System setup

pataxis commented 1 year ago

Hi @vuhailongkl97 thanks for reaching out,

in this repository the VDO API is provided as .so file for use in C/C++ applications.

This question is a bit out of scope for this repository, but you can search for previous asked RTSP questions in AxisCommunications Discussions and if you don't find a suitable Q/A there ask a new one.

Finally I did see that there is some documentation for Video Streaming over RTSP in VAPIX that might be interesting for you.