I make vehicle detection program with OpenCV in C#. This program works well with already downloaded videos, but i want to use live streams from youtube. If I use
VideoCapture capture = new VideoCapture("https://www.youtube.com/v/qHqIjDoMYAk")
I get only a preview of the video.