| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| au.edu.jcu.v4l4j.exceptions |
Video4Linux4java exception Package
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaptureCallback.exceptionReceived(V4L4JException e)
This method is called if an error occurs during capture.
|
| Modifier and Type | Method and Description |
|---|---|
BGRFrameGrabber |
VideoDevice.getBGRFrameGrabber(int w,
int h,
int input,
int std)
This method returns a
BGRFrameGrabber associated with this
video device. |
BGRFrameGrabber |
VideoDevice.getBGRFrameGrabber(int w,
int h,
int input,
int std,
ImageFormat imf)
This method returns a
BGRFrameGrabber associated with this
video device. |
DeviceInfo |
VideoDevice.getDeviceInfo()
This method creates a
DeviceInfo object which contains
information about this video device. |
JPEGFrameGrabber |
VideoDevice.getJPEGFrameGrabber(int w,
int h,
int input,
int std,
int q)
This method returns a
JPEGFrameGrabber 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)
This method returns a
RawFrameGrabber 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)
This method returns a
RGBFrameGrabber 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)
This method returns a
YUVFrameGrabber 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)
This method returns a
YVUFrameGrabber 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. |
void |
FrameGrabber.startCapture()
This method starts the capture.
|
| Constructor and Description |
|---|
VideoDevice(String dev)
This constructor builds a
VideoDevice using the full path to
its device file. |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptureChannelException
This class of exception is thrown when the specified capture channel is invalid.
|
class |
ControlException
Exceptions of this type are thrown whenever an error occurs retrieving or setting
the value of a control
|
class |
ImageDimensionsException
This class of exception is thrown when the specified capture width / height is invalid / not supported.
|
class |
ImageFormatException
This class of exception is thrown when v4l4j was unable to negotiate a suitable image format with the device.
|
class |
InitialisationException
This class of exception is thrown when the initialisation a Video4Linux device fails.
|
class |
NoTunerException
This class of exception is thrown when the
Input.getTuner() method is invoked on
an input with no tuner (Input.getType() returns Input.CAMERA). |
class |
VideoStandardException
This class of exception is thrown when the requested video standard is invalid/not supported.
|
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.