intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

Does OneVPL support RTSP decode? #99

Closed KiwiHana closed 1 year ago

KiwiHana commented 1 year ago

Hi, Does OneVPL support RTSP decode?

shepark commented 1 year ago

@KiwiHana oneVPL does not support RTSP as OpenCV does. You will need to extract the video streams and feed them only.

KiwiHana commented 1 year ago

Thanks!