aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

ERROR com.amazonaws.kinesisvideo.java.client.KinesisVideoJavaClientFactory - [PIC] platform-utils - timerQueueExecutor(): operation returned status code: 0x5200008a #184

Open PoojaR161 opened 11 months ago

PoojaR161 commented 11 months ago

Hello,

I am having trouble in getting the recognized labelled video when I run the KinesisVideoRekognitionLambdaExample.java, from https://github.com/aws/amazon-kinesis-video-streams-parser-library/blob/master/src/main/java/com/amazonaws/kinesisvideo/parser/examples/lambda/KinesisVideoRekognitionLambdaExample.java

I followed the readme instructions and fortunately I got the new video stream in Kinesis Video Streams with bounding box, but there is an error I am getting in cloudwatch as mentioned below. And the bounding box is labelled as 'not recognised' (attached the screenshot). I wonder what is the issue, please help me regarding this.

Cloudwatch error: 19:37:30.565 [Thread-33191] ERROR com.amazonaws.kinesisvideo.java.client.KinesisVideoJavaClientFactory - [PIC] KinesisVideoClient - checkIntermittentProducerCallback(): operation returned status code: 0x5200008a 19:37:30.565 [Thread-33192] ERROR com.amazonaws.kinesisvideo.java.client.KinesisVideoJavaClientFactory - [PIC] platform-utils - timerQueueExecutor(): operation returned status code: 0x5200008a

The screenshot: Screenshot

The README instructions for reference:

KinesisVideoRekognitionLambdaExample

KinesisVideoRekognitionLambdaExample decodes H264 frames, overlaps bounding boxes, encodes to H264 frames again and ingests them into a new Kinesis Video streams using Kinesis Video Producer SDK. To run the sample follow the below steps: