- getAFC() - Method in class au.edu.jcu.v4l4j.Tuner
-
This method returns the current AFC (Automatic Frequency Control) value.
- getBGREncodableFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to BGR24 by v4l4j in this list given its name, and returns it, or
null if not found.
- getBGREncodableFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to BGR24 by v4l4j given its index,
and returns it, or
null if not found.
- getBGREncodableFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns a list of native
ImageFormats contained
in this object, that can be converted to BGR24 by v4l4j.
- getBGRFrameGrabber(int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getBGRFrameGrabber(int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getBufferedImage() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the image data encapsulated in a
BufferedImage object.
- getBytes() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the image data as a byte array.Please note that
the size of the returned byte array can be greater than the actual frame
size.
- getCaptureTime() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the OS time (number of microseconds elapsed since
startup) at which this video frame was captured.
- getChannel() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the video channel used to capture frames.
- getControl(String) - Method in class au.edu.jcu.v4l4j.ControlList
-
This method returns a control given its name.
- getControlList() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method returns a list of
Controls associated with this video
device.
- getDataBuffer() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the image data encapsulated in a
DataBuffer
object.
- getDefaultValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method returns the default value for this control
- getDenom() - Method in class au.edu.jcu.v4l4j.FrameInterval.DiscreteInterval
-
This method returns the denominator of this frame interval.
- getDeviceFile() - Method in class au.edu.jcu.v4l4j.DeviceInfo
-
This method returns the device file associated with the video device.
- getDevicefile() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method returns the full path to the device file associated with this
video device.
- getDeviceInfo() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method creates a DeviceInfo object which contains
information about this video device.
- getDiscreteIntervals() - Method in class au.edu.jcu.v4l4j.FrameInterval
-
- getDiscreteResolutions() - Method in class au.edu.jcu.v4l4j.ResolutionInfo
-
- getDiscreteValueNames() - Method in class au.edu.jcu.v4l4j.Control
-
This method returns the list of names for each of the supported discrete values.
- getDiscreteValues() - Method in class au.edu.jcu.v4l4j.Control
-
This method returns a list of the discrete values accepted by this control.
- getDiscreteValuesMap() - Method in class au.edu.jcu.v4l4j.Control
-
This method returns a map of all discrete value names and their values.
- getFormatList() - Method in class au.edu.jcu.v4l4j.DeviceInfo
-
This method returns an
ImageFormatList object containing
the various image formats, capture resolutions and frame intervals the
video device supports.
- getFrameGrabber() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the frame grabber object which captured this frame
- getFrameInterval() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the current frame interval used for capture.
- getFrameInterval() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.DiscreteResolution
-
This method returns the frame interval object, containing
information on supported frame intervals for this discrete
resolution.
- getFrameLength() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the length of this video frame in bytes.
- getFrequency() - Method in class au.edu.jcu.v4l4j.Tuner
-
This method returns the current frequency of this tuner.
- getHeight() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the actual height of captured frames.
- getHeight() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.DiscreteResolution
-
This method returns the resolution height
- getHeightStep() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the height step.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.BGRFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.JPEGFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.RawFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.RGBFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.YUVFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getImageFormat() - Method in class au.edu.jcu.v4l4j.YVUFrameGrabber
-
This method returns the native image format used by this
FrameGrabber.
- getIndex() - Method in class au.edu.jcu.v4l4j.ImageFormat
-
This method returns the index for this format.
- getIndex() - Method in class au.edu.jcu.v4l4j.InputInfo
-
This method returns the (V4L) index of this input
- getIndex() - Method in class au.edu.jcu.v4l4j.Tuner
-
This method returns the index of this tuner.
- getIndex() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
This method returns the V4L index of this tuner.
- getInfo() - Method in class au.edu.jcu.v4l4j.Tuner
-
This method returns the
TunerInfo object associated with this
tuner.
- getInputs() - Method in class au.edu.jcu.v4l4j.DeviceInfo
-
This method returns a list of
InputInfo objects which provide
information about each video input supported by the video device.
- getJPEGEncodableFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to JPEG by v4l4j in this list given its name, and returns it, or
null if not found.
- getJPEGEncodableFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to JPEG by v4l4j given its
index, and returns it, or
null if not found.
- getJPEGEncodableFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns a list of native
ImageFormats contained
in this object, that can be converted to JPEG by v4l4j.
- getJPEGFrameGrabber(int, int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getJPEGFrameGrabber(int, int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getJPGQuality() - Method in class au.edu.jcu.v4l4j.JPEGFrameGrabber
-
This method returns the current JPEG quality.
- getList() - Method in class au.edu.jcu.v4l4j.ControlList
-
This method returns a list of
Controls
- getList() - Method in class au.edu.jcu.v4l4j.TunerList
-
This method returns a copy of the tuner list.
- getLongValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the current long value of this control.
- getMaxHeight() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the maximum height.
- getMaxInterval() - Method in class au.edu.jcu.v4l4j.FrameInterval.StepwiseInterval
-
This continuous frame interval has a maximum bound.
- getMaxResFrameInterval() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the frame interval object, containing
information on all supported frame interval at the maximum
resolution (maxWidth x maxHeight)
- getMaxValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the maximum value this control will accept.
- getMaxWidth() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the maximum width.
- getMinHeight() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the minimum height.
- getMinInterval() - Method in class au.edu.jcu.v4l4j.FrameInterval.StepwiseInterval
-
This continuous frame interval has a minimum bound.
- getMinResFrameInterval() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the frame interval object, containing
information on all supported frame interval at the minimum
resolution (minWidth x minHeight)
- getMinValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the minimum value this control will accept.
- getMinWidth() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the minimum width.
- getName() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the name of this control.
- getName() - Method in class au.edu.jcu.v4l4j.DeviceInfo
-
This method returns the name of the video device.
- getName() - Method in class au.edu.jcu.v4l4j.ImageFormat
-
This method returns the name of this image format.
- getName() - Method in class au.edu.jcu.v4l4j.InputInfo
-
This method returns the name of this input
- getName() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
This method returns the name of this tuner.
- getNativeFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat in this list given
its name, and returns it, or
null if not found.
- getNativeFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat given its index,
and returns it, or
null if not found.
- getNativeFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns the native
ImageFormats contained in this
list.
- getNum() - Method in class au.edu.jcu.v4l4j.FrameInterval.DiscreteInterval
-
This method returns the numerator of this frame interval.
- getNumberOfRecycledVideoFrames() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the number of recycled video frames, ie.
- getNumberOfVideoFrames() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the number of buffers v4l4j has negotiated with
the driver.
- getRangeHigh() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
This method returns the highest tunable frequency supported by this tuner.
- getRangeLow() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
This method returns the lowest tunable frequency supported by this tuner.
- getRaster() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns the image data encapsulated in a
Raster object.
- getRawFrameGrabber(int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getRawFrameGrabber(int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getResolutionInfo() - Method in class au.edu.jcu.v4l4j.ImageFormat
-
This method returns the
ResolutionInfo object associated with
this image format.
- getRGBEncodableFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to RGB24 by v4l4j in this list given its name, and returns it, or
null if not found.
- getRGBEncodableFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to RGB24 by v4l4j given its index, and returns it, or
null
if not found.
- getRGBEncodableFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns a list of native
ImageFormats contained
in this object, that can be converted to RGB24 by v4l4j.
- getRGBFrameGrabber(int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getRGBFrameGrabber(int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getRSSI() - Method in class au.edu.jcu.v4l4j.Tuner
-
This method returns the current received signal strength.
- getSequenceNumber() - Method in interface au.edu.jcu.v4l4j.VideoFrame
-
This method returns this video frame's sequence number (a monotonically
increasing number for each captured frame).
- getStandard() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
- getStepInterval() - Method in class au.edu.jcu.v4l4j.FrameInterval.StepwiseInterval
-
This continuous frame interval has a maximum bound.
- getStepValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the increment to be used when setting a new value
for this control.
- getStepwiseInterval() - Method in class au.edu.jcu.v4l4j.FrameInterval
-
- getStepwiseResolution() - Method in class au.edu.jcu.v4l4j.ResolutionInfo
-
- getStringValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the current string value of this control.
- getSupportedStandards() - Method in class au.edu.jcu.v4l4j.InputInfo
-
- getTable() - Method in class au.edu.jcu.v4l4j.ControlList
-
This method returns a map of control names and controls
- getTuner() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the
Tuner associated with the input of this
FrameGrabber, or throws a
NoTunerException if there
is none.
- getTuner(int) - Method in class au.edu.jcu.v4l4j.TunerList
-
This method returns a tuner given its index.
- getTunerInfo() - Method in class au.edu.jcu.v4l4j.InputInfo
-
This method returns the
TunerInfo associated with this input, if any.
- getTunerList() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getType() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the type of this control.
- getType() - Method in class au.edu.jcu.v4l4j.FrameInterval
-
- getType() - Method in class au.edu.jcu.v4l4j.InputInfo
-
- getType() - Method in class au.edu.jcu.v4l4j.ResolutionInfo
-
This method returns the resolution information type.
- getType() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
- getUnit() - Method in class au.edu.jcu.v4l4j.TunerInfo
-
- getValue() - Method in class au.edu.jcu.v4l4j.Control
-
This method retrieves the current value of this control.
- getVideoInput() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method retrieves the current video input channel number.
- getVideoStandard() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method retrieves the current video standard used by the current video input.
- getWidth() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method returns the actual width of captured frames.
- getWidth() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.DiscreteResolution
-
This method returns the resolution width
- getWidthStep() - Method in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
This method returns the width step.
- getYUVEncodableFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to YUV420 by v4l4j in this list given
its name, and returns it, or
null if not found.
- getYUVEncodableFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to YUV420 by v4l4j given its index,
and returns it, or
null if not found.
- getYUVEncodableFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns a list of native
ImageFormats contained
in this object, that can be converted to YUV420 by v4l4j.
- getYUVFrameGrabber(int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getYUVFrameGrabber(int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getYVUEncodableFormat(String) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to YVU420 by v4l4j in this list given
its name, and returns it, or
null if not found.
- getYVUEncodableFormat(int) - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method looks for a native
ImageFormat that can be converted
to YVU420 by v4l4j given its index,
and returns it, or
null if not found.
- getYVUEncodableFormats() - Method in class au.edu.jcu.v4l4j.ImageFormatList
-
This method returns a list of native
ImageFormats contained
in this object, that can be converted to YVU420 by v4l4j.
- getYVUFrameGrabber(int, int, int, int, ImageFormat) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- getYVUFrameGrabber(int, int, int, int) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
- ImageDimensionsException - Exception in au.edu.jcu.v4l4j.exceptions
-
This class of exception is thrown when the specified capture width / height is invalid / not supported.
- ImageDimensionsException(String) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageDimensionsException
-
- ImageDimensionsException(String, Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageDimensionsException
-
- ImageDimensionsException(Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageDimensionsException
-
- ImageFormat - Class in au.edu.jcu.v4l4j
-
Objects of this class represent an image format (YUV, RGB, GREY, BGR, ...)
and its supported capture resolutions and frame intervals.
- ImageFormatException - Exception in au.edu.jcu.v4l4j.exceptions
-
This class of exception is thrown when v4l4j was unable to negotiate a suitable image format with the device.
- ImageFormatException(String) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageFormatException
-
- ImageFormatException(String, Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageFormatException
-
- ImageFormatException(Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.ImageFormatException
-
- ImageFormatList - Class in au.edu.jcu.v4l4j
-
ImageFormatList objects group together a list of native
ImageFormats
capture resolutions and frame intervals supported by a
VideoDevice.
- IMF_BGR24 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
BGR24 image format
- IMF_BGR32 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
BGR32 image format
- IMF_CIT_YYVYUY - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
CIT_YYVYUY image format
- IMF_CPIA1 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
CPIA1 image format
- IMF_DV - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
DV image format
- IMF_ET61X251 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
ET61X251 image format
- IMF_GREY - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
GREY image format
- IMF_HI240 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
HI240 image format
- IMF_HM12 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
HM12 image format
- IMF_JPEG - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
JPEG image format
- IMF_KONICA420 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
KONICA420 image format
- IMF_MJPEG - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
MJPEG image format
- IMF_MPEG - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
MPEG image format
- IMF_MR97310A - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
MR97310A image format
- IMF_NV12 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
NV12 image format
- IMF_NV16 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
NV16 image format
- IMF_NV21 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
NV21 image format
- IMF_NV61 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
NV61 image format
- IMF_OV511 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
OV511 image format
- IMF_OV518 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
OV518 image format
- IMF_PAC207 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
PAC207 image format
- IMF_PAL8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
PAL8 image format
- IMF_PJPG - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
PJPG image format
- IMF_PWC1 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
PWC1 image format
- IMF_PWC2 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
PWC2 image format
- IMF_RGB24 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB24 image format
- IMF_RGB32 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB32 image format
- IMF_RGB332 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB332 image format
- IMF_RGB444 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB444 image format
- IMF_RGB555 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB555 image format
- IMF_RGB555X - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB555X image format
- IMF_RGB565 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB565 image format
- IMF_RGB565X - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
RGB565X image format
- IMF_SBGGR10 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SBGGR10 bayer image format
- IMF_SBGGR16 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SBGGR16 bayer image format
- IMF_SBGGR8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SBGGR8 bayer image format
- IMF_SGBRG10 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SGBRG10 bayer image format
- IMF_SGBRG8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SGBRG8 image format
- IMF_SGRBG10 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SGRBG10 bayer image format
- IMF_SGRBG10DPCM8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SGRBG10_DPCM8 bayer image format
- IMF_SGRBG8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SGRBG8 bayer image format
- IMF_SN9C10X - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SN9C10X image format
- IMF_SN9C2028 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SN9C2028 image format
- IMF_SN9C20X_I420 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SN9C20X_I420 image format
- IMF_SPCA501 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SPCA501 image format
- IMF_SPCA505 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SPCA505 image format
- IMF_SPCA508 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SPCA508 image format
- IMF_SPCA561 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SPCA561 image format
- IMF_SQ905C - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SQ905C image format
- IMF_SRGGB10 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SRGGB10 bayer image format
- IMF_SRGGB8 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
SRGGB8 bayer image format
- IMF_STV0680 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
STV0680 image format
- IMF_TM6000 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
TM6000 image format
- IMF_UYVY - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
UYVY image format
- IMF_VYUY - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
VYUY image format
- IMF_WNVA - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
WNVA image format
- IMF_Y10 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Y10 image format
- IMF_Y16 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Y16 image format
- IMF_Y4 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Y4 image format
- IMF_Y41P - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Y41P image format
- IMF_Y6 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Y6 image format
- IMF_YUV32 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV32 image format
- IMF_YUV410 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV410 planar image format
- IMF_YUV411P - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV411 planar image format
- IMF_YUV420 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV420 planar image format index
- IMF_YUV422P - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV422 planar image format
- IMF_YUV444 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV444 image format
- IMF_YUV555 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV555 image format
- IMF_YUV565 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUV565 image format
- IMF_YUYV - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YUYV image format
- IMF_YVU410 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YVU410 image format
- IMF_YVU420 - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YVU420 image format
- IMF_YVYU - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YVYU image format
- IMF_YYUV - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
YYUV image format
- increaseValue() - Method in class au.edu.jcu.v4l4j.Control
-
- init() - Static method in class com.github.sarxos.v4l4j.V4L4J
-
- InitialisationException - Exception in au.edu.jcu.v4l4j.exceptions
-
This class of exception is thrown when the initialisation a Video4Linux device fails.
- InitialisationException(String) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InitialisationException
-
- InitialisationException(String, Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InitialisationException
-
- InitialisationException(Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InitialisationException
-
- INPUT_TYPE_CAMERA - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Camera-type input
- INPUT_TYPE_TUNER - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Input from a tuner
- InputInfo - Class in au.edu.jcu.v4l4j
-
- interval - Variable in class au.edu.jcu.v4l4j.ResolutionInfo.DiscreteResolution
-
The frame interval object containing information on supported
frame intervals for capture at this resolution.
- InvalidValue - Exception in au.edu.jcu.v4l4j.exceptions
-
Exceptions of this type are thrown when trying ti set an incorrect value on a control.
- InvalidValue(String) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InvalidValue
-
- InvalidValue(String, Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InvalidValue
-
- InvalidValue(Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.InvalidValue
-
- setCaptureCallback(CaptureCallback) - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
setCaptureCallback sets the
CaptureCallback object
which will be notified by this grabber as soon as new frames become
available.
This method cannot be called while the capture is active, ie.
- setFrameInterval(int, int) - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method sets the frame interval used for capture.
- setFrequency(double) - Method in class au.edu.jcu.v4l4j.Tuner
-
This method sets the frequency of this tuner.
- setJPGQuality(int) - Method in class au.edu.jcu.v4l4j.JPEGFrameGrabber
-
This method sets the desired JPEG quality.
- setLongValue(long) - Method in class au.edu.jcu.v4l4j.Control
-
This method sets a new long value for this control.
- setStringValue(String) - Method in class au.edu.jcu.v4l4j.Control
-
This method sets a new string value for this control.
- setThreadFactory(ThreadFactory) - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method sets the
ThreadFactory to be used when new threads are
created by frame grabbers created for this video device.
- setValue(int) - Method in class au.edu.jcu.v4l4j.Control
-
This method sets a new value for this control.
- setVideoInputNStandard(int, int) - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method adjusts the current video input number and video standard.
- STANDARD_NTSC - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Video standard value for NTSC sources
- STANDARD_PAL - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Video standard value for PAL sources
- STANDARD_SECAM - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Video standard value for SECAM sources
- STANDARD_WEBCAM - Static variable in class au.edu.jcu.v4l4j.V4L4JConstants
-
Video standard value for webcams
- startCapture() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method starts the capture.
- StateException - Exception in au.edu.jcu.v4l4j.exceptions
-
This class of exception is thrown when a unexpected method is invoked
on a v4l4j object the framegrabber when its current state forbids the
execution of that method.
- StateException(String) - Constructor for exception au.edu.jcu.v4l4j.exceptions.StateException
-
- StateException(String, Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.StateException
-
- StateException(Throwable) - Constructor for exception au.edu.jcu.v4l4j.exceptions.StateException
-
- stepHeight - Variable in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
The minimum, maximum and step values for both width and height
- stepIntv - Variable in class au.edu.jcu.v4l4j.FrameInterval.StepwiseInterval
-
The step frame interval value
- stepWidth - Variable in class au.edu.jcu.v4l4j.ResolutionInfo.StepwiseResolution
-
The minimum, maximum and step values for both width and height
- stopCapture() - Method in interface au.edu.jcu.v4l4j.FrameGrabber
-
This method stops the capture, and recycles all @link
VideoFrames.
- supportBGRConversion() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method specifies whether frames captured from this video device can
be converted to BGR24 before being handed out.
- supportJPEGConversion() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method specifies whether frames captured from this video device can
be JPEG-encoded before being handed out.
- supportRGBConversion() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method specifies whether frames captured from this video device can
be converted to RGB24 before being handed out.
- supportYUVConversion() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method specifies whether frames captured from this video device can
be converted to YUV420 before being handed out.
- supportYVUConversion() - Method in class au.edu.jcu.v4l4j.VideoDevice
-
This method specifies whether frames captured from this video device can
be converted to YVU420 before being handed out.