How to process VLC UDP stream over OpenCV
问题 I was able to receive/view UDP h264 packets through VLC command line (i.e. VLC --network-caching 0 --demux h264 udp://...) I am planning on processing those frames through OpenCV algorithms. However, I can't seem to find a way to send the VLC frames over to my Python OpenCV script. Is it possible to pipe VLC stream output to be processed through Numpy in a separate script? I have previously tried directly streaming to OpenCV by using its VideoCapture function, but for some reason, the video