以下代码从网络摘来,未经验证.
_cameraCapture.StillQuality = CameraCaptureStillQuality.Normal;
_cameraCapture.Owner = this;
_cameraCapture.Title = "拍照";
_cameraCapture.Mode = CameraCaptureMode.Still;
_cameraCapture.ShowDialog();
以下代码从网络摘来,未经验证.
_cameraCapture.StillQuality = CameraCaptureStillQuality.Normal;
_cameraCapture.Owner = this;
_cameraCapture.Title = "拍照";
_cameraCapture.Mode = CameraCaptureMode.Still;
_cameraCapture.ShowDialog();
相关文章: