【发布时间】:2010-10-18 05:32:04
【问题描述】:
我不被这个主题所困扰,你能推荐一本非常好的书吗?
更新
其实我尝试使用 curl 从 mjpeg 流中获取快照,但是失败了,程序继续输出,无法停止:
curl_easy_setopt(curl, CURLOPT_URL, "network path to mjpeg");
res = curl_easy_perform(curl);
printf("%s", res);
curl_easy_cleanup(curl);
更新2
发现了一个类似的问题here。
【问题讨论】:
标签: c++ windows network-programming video-capture