Class CameraFrameCaptureStep

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

    public class CameraFrameCaptureStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CameraFrameCaptureStep​(int camera, int width, int height, java.lang.String outputKey, 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

      • CameraFrameCaptureStep

        public CameraFrameCaptureStep​(int camera,
                                      int width,
                                      int height,
                                      java.lang.String outputKey,
                                      java.lang.Integer skipFrames)