how to get faces pictures using API from indexed file? I see only face detected green border, but want to extract face' pictures
get faces from video file using API in Azure Video Indexer
95 views Asked by Vladimir B At
1
how to get faces pictures using API from indexed file? I see only face detected green border, but want to extract face' pictures
Based on the documentation, to extract face pictures, you'll need to use the face thumbnails provided in the Video Indexer output.
To download the face thumbnails, you can use the
Insight URLwith the following format:Once you have the
insights_response, you can extract thethumbnail_IDsto get the pictures.With above steps and code snippet I was able to get required results.