Rekognition Streaming Video events and Custom Labels

0

Hi,

i am trying to configure Rekognition with Streaming Video Events but i am having a hard time when trying to use custom labels. Works fine with Face detection but i want to detect specific "labels" in a live video.

I have created a KVS, configured the SDK and can stream video from my laptop and IP camera.

But, if try to create a Stream processor with custom labels i keep getting an error An error occurred (InvalidParameterException) when calling the CreateStreamProcessor operation: Invalid label(s) specified for ConnectedHome: "XXXXX", "YYYYY"

Is there a limitation in use cases so that Streaming Video Events can only be used with Person, Pet, All labels?

I know that a workaround is to use a kinesis stream, lambda, fetch frames from the video , store them in S3 and Rekognition will do the rest.

But i was hoping that could do the same with live video and Streaming Video Events.

Thanks

Nikitas
preguntada hace 8 meses153 visualizaciones
1 Respuesta
0

Dear Nikitas,

Thanks for reaching out.

CreateStreamProcessor API can be used to create StreamProcessors with two different settings in Amazon Rekognition: detecting faces (FaceSearch option in Settings) and detecting labels (ConnectedHome option in Settings).

Rekognition Streaming Video Events currently only offers label detection on one of the following labels: PERSON, PET, PACKAGE, ALL for ConnectedHome option in Settings.

You can refer to the below documentation for more details:

Regards,

AWS Team

AWS
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas