本文介绍了是否可以在WP7中配置`CameraCaptureTask`的分辨率?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Windows Phone 7中配置 CameraCaptureTask 的解析度?

Is there a way to configure the resolution of a CameraCaptureTask in Windows Phone 7?

推荐答案

我认为这是不可能与当前的SDK。

I don't think it is possible with current SDK. It's up to user to select the resolution while taking a snap.

然而,您可以将返回的图像缩放/裁剪为您需要的分辨率。

You can however scale/crop the returned image to your needed resolution.

这篇关于是否可以在WP7中配置`CameraCaptureTask`的分辨率?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 23:18