다음을 통해 공유


FaceTracker.ProcessNextFrameAsync(VideoFrame) 메서드

정의

얼굴 감지를 위해 VideoFrame 을 비동기적으로 처리합니다.

public:
 virtual IAsyncOperation<IVector<DetectedFace ^> ^> ^ ProcessNextFrameAsync(VideoFrame ^ videoFrame) = ProcessNextFrameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVector<DetectedFace>> ProcessNextFrameAsync(VideoFrame const& videoFrame);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IList<DetectedFace>> ProcessNextFrameAsync(VideoFrame videoFrame);
function processNextFrameAsync(videoFrame)
Public Function ProcessNextFrameAsync (videoFrame As VideoFrame) As IAsyncOperation(Of IList(Of DetectedFace))

매개 변수

videoFrame
VideoFrame

얼굴이 감지되거나 추적되는 VideoFrame 입니다.

반환

성공적으로 완료되면 DetectedFace 개체 목록을 반환하는 비동기 작업입니다.

특성

설명

제공된 SoftwareBitmap 은 지원되는 픽셀 형식이어야 합니다. GetSupportedBitmapPixelFormats를 사용하여 현재 디바이스에 대해 지원되는 픽셀 형식 목록을 검색합니다. IsBitmapPixelFormatSupported를 사용하여 지정된 픽셀 형식이 지원되는지 여부를 테스트합니다.

적용 대상