标签: wpf windows-7 camera windows-8
是否可以使用WPF从Windows 7/8平板上的前置摄像头拍照?
答案 0 :(得分:1)
您可以在WPF MediaKit library中尝试使用VideoCaptureElement控件。它应该包含在WPF中显示网络摄像头和/或获取快照所需的一切。 (copy from here)