How to get current frame of RTSP using C /C++language?
I know there is many Python solution: Read Frames from RTSP Stream in Python
If we can not use command (such as ffmpeg ..), just using c/c++ code.
I am try libvlc or openCV. How can I do? Thank you.