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

[QUESTION] Sample Usage #174

Closed Alex-Wenner-FHR closed 1 year ago

Alex-Wenner-FHR commented 1 year ago

Hello!

Would it be possible to provide a sample of the ContinuousGetMediaWorker code leveraging a H264FrameDecoder Visitor?

I have got the ContinuousGetMediaWorker up and running using the Canary samples here https://github.com/aws-samples/amazon-kinesis-video-streams-demos/tree/master/canary/consumer-java, but am really struggling to incorporate the H264 visitor in place of the CanaryProcessor, to do something such as say, save a local jpg per frame.

Thanks!

Alex-Wenner-FHR commented 1 year ago

Closing this, was able to get this working. May push up a sample to the demos for folks that run into the same issue as myself. Thanks!