VideoCapture capture0;
String rtsp_addr = "rtsp://admin:Windows98@192.168.2.222/h264/ch1/main/av_stream";
capture0.open(rtsp_addr);
while(true)
{
capture0.read(m_srcImage0);
}
VideoCapture capture0;
String rtsp_addr = "rtsp://admin:Windows98@192.168.2.222/h264/ch1/main/av_stream";
capture0.open(rtsp_addr);
while(true)
{
capture0.read(m_srcImage0);
}