| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| au.edu.jcu.v4l4j.exceptions |
Video4Linux4java exception Package
|
| Class and Description |
|---|
| CaptureChannelException
This class of exception is thrown when the specified capture channel is invalid.
|
| ControlException
Exceptions of this type are thrown whenever an error occurs retrieving or setting
the value of a control
|
| InvalidValue
Exceptions of this type are thrown when trying ti set an incorrect value on a control.
|
| 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). |
| UnsupportedMethod
Exceptions of this type are thrown when calling an incorrect method on a
control or video frame
|
| V4L4JException
A V4L4JExcption is the common superclass of all exceptions thrown by v4l4j.
|
| VideoStandardException
This class of exception is thrown when the requested video standard is invalid/not supported.
|
| Class and Description |
|---|
| V4L4JException
A V4L4JExcption is the common superclass of all exceptions thrown by v4l4j.
|
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.