Class VideoFrameCaptureStep

  • All Implemented Interfaces:
    ai.konduit.serving.pipeline.api.step.PipelineStep, ai.konduit.serving.pipeline.api.TextConfig, java.io.Serializable

    public class VideoFrameCaptureStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    VideoFrameCaptureStep extracts a single frame from a video each time inference is called. The video path is hardcoded Note that at present this makes it only practically useful for testing/demo purposes. Other options for loading the video will be specified at a later date: https://github.com/KonduitAI/konduit-serving/issues/350
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VideoFrameCaptureStep​(java.lang.String filePath, java.lang.String outputKey, boolean loop, java.lang.Integer skipFrames)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.konduit.serving.pipeline.api.step.PipelineStep

        name
      • Methods inherited from interface ai.konduit.serving.pipeline.api.TextConfig

        toJson, toYaml
    • Constructor Detail

      • VideoFrameCaptureStep

        public VideoFrameCaptureStep​(java.lang.String filePath,
                                     java.lang.String outputKey,
                                     boolean loop,
                                     java.lang.Integer skipFrames)