【发布时间】:2012-07-11 08:09:28
【问题描述】:
我正在编写一个使用相机捕捉和处理图像的 WP7 应用程序。图像的关键要求之一是始终保持焦点。不幸的是,WP7 doesn't support autofocus。 自动对焦是指始终专注于屏幕上某个点的能力。
谁能推荐一种启用或实现该功能的方法?
【问题讨论】:
标签: c# windows-phone-7 camera autofocus
我正在编写一个使用相机捕捉和处理图像的 WP7 应用程序。图像的关键要求之一是始终保持焦点。不幸的是,WP7 doesn't support autofocus。 自动对焦是指始终专注于屏幕上某个点的能力。
谁能推荐一种启用或实现该功能的方法?
【问题讨论】:
标签: c# windows-phone-7 camera autofocus
您可以尝试使用 DispatcherTimer,它会在刻度上继续调用 FocusAtPoint,使用取景器中的一个点?
http://msdn.microsoft.com/en-us/library/microsoft.devices.photocamera.focusatpoint(v=vs.92).aspx
【讨论】: