以下代码从网络摘来,未经验证.

 

_cameraCapture.StillQuality = CameraCaptureStillQuality.Normal;
_cameraCapture.Owner = this;
_cameraCapture.Title = "拍照";
_cameraCapture.Mode = CameraCaptureMode.Still;
_cameraCapture.ShowDialog();

相关文章:

  • 2022-01-21
  • 2021-11-24
  • 2022-12-23
  • 2021-08-23
  • 2021-08-08
  • 2021-04-22
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2022-01-21
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
相关资源
相似解决方案