Skip navigation links
au.edu.jcu.v4l4j

Class ResolutionInfo.StepwiseResolution

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int maxHeight
      The minimum, maximum and step values for both width and height
      FrameInterval maxInterval
      The frame interval object containing information on supported frame intervals for capture at the maximum resolution (maxWidth x maxHeight).
      int maxWidth
      The minimum, maximum and step values for both width and height
      int minHeight
      The minimum, maximum and step values for both width and height
      FrameInterval minInterval
      The frame interval object containing information on supported frame intervals for capture at the minimum resolution (minWidth x minHeight).
      int minWidth
      The minimum, maximum and step values for both width and height
      int stepHeight
      The minimum, maximum and step values for both width and height
      int stepWidth
      The minimum, maximum and step values for both width and height
    • Field Detail

      • minWidth

        public final int minWidth
        The minimum, maximum and step values for both width and height
      • maxWidth

        public final int maxWidth
        The minimum, maximum and step values for both width and height
      • stepWidth

        public final int stepWidth
        The minimum, maximum and step values for both width and height
      • minHeight

        public final int minHeight
        The minimum, maximum and step values for both width and height
      • maxHeight

        public final int maxHeight
        The minimum, maximum and step values for both width and height
      • stepHeight

        public final int stepHeight
        The minimum, maximum and step values for both width and height
      • minInterval

        public final FrameInterval minInterval
        The frame interval object containing information on supported frame intervals for capture at the minimum resolution (minWidth x minHeight).
      • maxInterval

        public final FrameInterval maxInterval
        The frame interval object containing information on supported frame intervals for capture at the maximum resolution (maxWidth x maxHeight).
    • Method Detail

      • getMinWidth

        public int getMinWidth()
        This method returns the minimum width.
        Returns:
        the minimum width
      • getMaxWidth

        public int getMaxWidth()
        This method returns the maximum width.
        Returns:
        the maximum width
      • getWidthStep

        public int getWidthStep()
        This method returns the width step.
        Returns:
        the width step
      • getMinHeight

        public int getMinHeight()
        This method returns the minimum height.
        Returns:
        the minimum height
      • getMaxHeight

        public int getMaxHeight()
        This method returns the maximum height.
        Returns:
        the maximum height
      • getHeightStep

        public int getHeightStep()
        This method returns the height step.
        Returns:
        the height step
      • getMinResFrameInterval

        public FrameInterval getMinResFrameInterval()
        This method returns the frame interval object, containing information on all supported frame interval at the minimum resolution (minWidth x minHeight)
        Returns:
        the frame interval supported at the minimum resolution (minWidth x minHeight)
      • getMaxResFrameInterval

        public FrameInterval getMaxResFrameInterval()
        This method returns the frame interval object, containing information on all supported frame interval at the maximum resolution (maxWidth x maxHeight)
        Returns:
        the frame interval supported at the maximum resolution (maxWidth x maxHeight)

Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.