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 年前
相關內容
- 已提問 9 個月前
