我正在尝试使用AVFoundation实现相机应用程序。我想使用AVCaptureExposureModeAutoFocus在某个点设置exposurePointOfInterest,然后按照Apple文档的说明锁定曝光:AVCaptureExposureModeAutoExpose:thedeviceautomaticallyadjuststheexposureonceandthenchangestheexposuremodetoAVCaptureExposureModeLocked.这是我使用的函数:-(void)autoExposeAtPoint:(CGPoint)point{A