Class FrameGrabber

java.lang.Object
org.bytedeco.copiedstuff.FrameGrabber
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
FFmpegFrameGrabber

public abstract class FrameGrabber extends Object implements Closeable
  • Field Details

    • list

      public static final ArrayDeque<String> list
    • SENSOR_PATTERN_RGGB

      public static final long SENSOR_PATTERN_RGGB
      See Also:
    • SENSOR_PATTERN_GBRG

      public static final long SENSOR_PATTERN_GBRG
      See Also:
    • SENSOR_PATTERN_GRBG

      public static final long SENSOR_PATTERN_GRBG
      See Also:
    • SENSOR_PATTERN_BGGR

      public static final long SENSOR_PATTERN_BGGR
      See Also:
    • videoStream

      protected int videoStream
    • audioStream

      protected int audioStream
    • format

      protected String format
    • imageWidth

      protected int imageWidth
    • imageHeight

      protected int imageHeight
    • audioChannels

      protected int audioChannels
    • imageMode

      protected FrameGrabber.ImageMode imageMode
    • sensorPattern

      protected long sensorPattern
    • pixelFormat

      protected int pixelFormat
    • videoCodec

      protected int videoCodec
    • videoBitrate

      protected int videoBitrate
    • aspectRatio

      protected double aspectRatio
    • frameRate

      protected double frameRate
    • sampleFormat

      protected int sampleFormat
    • audioCodec

      protected int audioCodec
    • audioBitrate

      protected int audioBitrate
    • sampleRate

      protected int sampleRate
    • triggerMode

      protected boolean triggerMode
    • bpp

      protected int bpp
    • timeout

      protected int timeout
    • numBuffers

      protected int numBuffers
    • gamma

      protected double gamma
    • deinterlace

      protected boolean deinterlace
    • options

      protected HashMap<String,String> options
    • videoOptions

      protected HashMap<String,String> videoOptions
    • audioOptions

      protected HashMap<String,String> audioOptions
    • metadata

      protected HashMap<String,String> metadata
    • videoMetadata

      protected HashMap<String,String> videoMetadata
    • audioMetadata

      protected HashMap<String,String> audioMetadata
    • frameNumber

      protected int frameNumber
    • timestamp

      protected long timestamp
  • Constructor Details

    • FrameGrabber

      public FrameGrabber()
  • Method Details