| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| Modifier and Type | Field and Description |
|---|---|
FrameInterval |
ResolutionInfo.DiscreteResolution.interval
The frame interval object containing information on supported
frame intervals for capture at this resolution.
|
FrameInterval |
ResolutionInfo.StepwiseResolution.maxInterval
The frame interval object containing information on supported
frame intervals for capture at the maximum resolution
(maxWidth x maxHeight).
|
FrameInterval |
ResolutionInfo.StepwiseResolution.minInterval
The frame interval object containing information on supported
frame intervals for capture at the minimum resolution
(minWidth x minHeight).
|
| Modifier and Type | Method and Description |
|---|---|
FrameInterval |
ResolutionInfo.DiscreteResolution.getFrameInterval()
This method returns the frame interval object, containing
information on supported frame intervals for this discrete
resolution.
|
FrameInterval |
ResolutionInfo.StepwiseResolution.getMaxResFrameInterval()
This method returns the frame interval object, containing
information on all supported frame interval at the maximum
resolution (maxWidth x maxHeight)
|
FrameInterval |
ResolutionInfo.StepwiseResolution.getMinResFrameInterval()
This method returns the frame interval object, containing
information on all supported frame interval at the minimum
resolution (minWidth x minHeight)
|
FrameInterval |
DeviceInfo.listIntervals(ImageFormat imf,
int width,
int height)
This method returns a
FrameInterval object containing information
about the supported frame intervals for capture at the given resolution
and image format. |
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.