FaceTracker.ProcessNextFrameAsync(VideoFrame) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traite de manière asynchrone un VideoFrame pour la détection de visage.
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))
Paramètres
- videoFrame
- VideoFrame
VideoFrame dans lequel les visages sont détectés ou suivis.
Retours
Opération asynchrone qui retourne une liste d’objets DetectedFace une fois l’exécution réussie.
- Attributs
Remarques
Le SoftwareBitmap fourni doit être dans un format de pixels pris en charge. Utilisez GetSupportedBitmapPixelFormats pour récupérer une liste des formats de pixels pris en charge pour l’appareil actuel. Utilisez IsBitmapPixelFormatSupported pour tester si un format de pixel donné est pris en charge.