如何在没有预览的情况下拍照。 Android。 Xamarin。 C#

How to take a photo without preview. Android. Xamarin. C#

我有来自 xamarin.com 的示例代码:

如何在不预览的情况下点击按钮拍照? 也许您有文章或视频。我是 Xamarin 的新手,所以如果我能获得尽可能多的详细信息,那将会很棒。

This article will get you started with a stream of the camera to a surface in your app. It shows you how to get to the Camera class, which in turn has a TakePicture method 可用于您的问题。

另请查看 this answer on SO 上的类似问题(原生 Android,但适用相同的概念),建议在 1x1 平面上显示预览,因为您不能据我所知,阻止 Android 上的预览。

PS:不要忘记在您的清单中添加正确的相机访问权限。