1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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 ?
답변함 3년 전
