aws-webrtc-recognition-example icon indicating copy to clipboard operation
aws-webrtc-recognition-example copied to clipboard

Example with WebRTC , AWS Rekognition :+1:

Results 1 aws-webrtc-recognition-example issues
Sort by recently updated
recently updated
newest added

http://docs.aws.amazon.com/fr_fr/rekognition/latest/dg/API_BoundingBox.html http://docs.aws.amazon.com/fr_fr/rekognition/latest/dg/API_Landmark.html //rectrangle for face (BoundingBox) ctx.beginPath(); ctx.lineWidth = '2'; ctx.strokeStyle = 'green'; ctx.rect( item.BoundingBox.Left * 200, item.BoundingBox.Top * 200, item.BoundingBox.Width * 200, item.BoundingBox.Height * 200); ctx.stroke(); //line eyes ctx.beginPath();...