| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
ImageFormatList.getBGREncodableFormat(int i)
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. |
ImageFormat |
ImageFormatList.getBGREncodableFormat(String n)
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. |
ImageFormat |
FrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
RGBFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
BGRFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
YUVFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
YVUFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
JPEGFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
RawFrameGrabber.getImageFormat()
This method returns the native image format used by this
FrameGrabber.
|
ImageFormat |
ImageFormatList.getJPEGEncodableFormat(int i)
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. |
ImageFormat |
ImageFormatList.getJPEGEncodableFormat(String n)
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. |
ImageFormat |
ImageFormatList.getNativeFormat(int i)
This method looks for a native
ImageFormat given its index,
and returns it, or null if not found. |
ImageFormat |
ImageFormatList.getNativeFormat(String n)
This method looks for a native
ImageFormat in this list given
its name, and returns it, or null if not found. |
ImageFormat |
ImageFormatList.getRGBEncodableFormat(int i)
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. |
ImageFormat |
ImageFormatList.getRGBEncodableFormat(String n)
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. |
ImageFormat |
ImageFormatList.getYUVEncodableFormat(int i)
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. |
ImageFormat |
ImageFormatList.getYUVEncodableFormat(String n)
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. |
ImageFormat |
ImageFormatList.getYVUEncodableFormat(int i)
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. |
ImageFormat |
ImageFormatList.getYVUEncodableFormat(String n)
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. |
| Modifier and Type | Method and Description |
|---|---|
List<ImageFormat> |
ImageFormatList.getBGREncodableFormats()
This method returns a list of native
ImageFormats contained
in this object, that can be converted to BGR24 by v4l4j. |
List<ImageFormat> |
ImageFormatList.getJPEGEncodableFormats()
This method returns a list of native
ImageFormats contained
in this object, that can be converted to JPEG by v4l4j. |
List<ImageFormat> |
ImageFormatList.getNativeFormats()
This method returns the native
ImageFormats contained in this
list. |
List<ImageFormat> |
ImageFormatList.getRGBEncodableFormats()
This method returns a list of native
ImageFormats contained
in this object, that can be converted to RGB24 by v4l4j. |
List<ImageFormat> |
ImageFormatList.getYUVEncodableFormats()
This method returns a list of native
ImageFormats contained
in this object, that can be converted to YUV420 by v4l4j. |
List<ImageFormat> |
ImageFormatList.getYVUEncodableFormats()
This method returns a list of native
ImageFormats contained
in this object, that can be converted to YVU420 by v4l4j. |
| Modifier and Type | Method and Description |
|---|---|
BGRFrameGrabber |
VideoDevice.getBGRFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat imf)
This method returns a
BGRFrameGrabber associated with this
video device. |
JPEGFrameGrabber |
VideoDevice.getJPEGFrameGrabber(int w,
int h,
int input,
int std,
int q,
ImageFormat imf)
This method returns a
JPEGFrameGrabber associated with this
video device. |
RawFrameGrabber |
VideoDevice.getRawFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat format)
This method returns a
RawFrameGrabber associated with this
video device. |
RGBFrameGrabber |
VideoDevice.getRGBFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat imf)
This method returns a
RGBFrameGrabber associated with this
video device. |
YUVFrameGrabber |
VideoDevice.getYUVFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat imf)
This method returns a
YUVFrameGrabber associated with this
video device. |
YVUFrameGrabber |
VideoDevice.getYVUFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat imf)
This method returns a
YVUFrameGrabber associated with this
video device. |
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.