1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
0
Hi Chris, You can't include attributes in this construct
aws rekognition create-stream-processor
--input "KinesisVideoStream={Arn=$VIDEO_ARN}"
--name kvs-workshop-processor
--settings "FaceSearch={CollectionId=$COLLECTION_ID,FaceMatchThreshold=50.0}"
[ --attributes "ALL" ]
--role-arn $ROLE_ARN
--stream-processor-output "KinesisDataStream={Arn=$DATA_ARN}"
I removed attribute and your construct works but wont provide eye status - do you need to find the person in your collection first then check the eyelids ?
respondido há 3 anos
Conteúdo relevante
- feita há um ano
- AWS OFICIALAtualizada há 2 anos
