问题描述
- C# 捕获视频后 怎么传输视频数据流?
-
网上找的程序:
[DllImport("avicap32")]
private static extern int capCreateCaptureWindowA(string title, int Style, int left,
int top, int height, int width, int handle, int logo);调用了Win32 API 函数来捕获视频,可以捕获成功,但是如何才能输出视频数据流,在下小菜鸟一枚,各种不懂,请教各位大侠了!
解决方案
参考:http://stackoverflow.com/questions/16224658/capture-still-image-with-microsoft-expression-encoder-sdk
http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c
时间: 2024-10-18 05:07:53