Hi. How to play a live network transport stream by opencv in Windows7?
VideoCapture cap;
cap.open("rtp://234.1.2.3:1234); //works nice
but
cap.open("udp://234.1.2.3:1234); //does not work
1 | initial version |
Hi. How to play a live network transport stream by opencv in Windows7?
VideoCapture cap;
cap.open("rtp://234.1.2.3:1234); //works nice
but
cap.open("udp://234.1.2.3:1234); //does not work