| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| Modifier and Type | Class and Description |
|---|---|
class |
BGRFrameGrabber
Objects of this class are used to retrieve BGR24-encoded frames from a
VideoDevice. |
class |
JPEGFrameGrabber
Objects of this class are used to retrieve JPEG-encoded frames from a
VideoDevice. |
class |
RawFrameGrabber
This class provides methods to capture raw frames from a
VideoDevice. |
class |
RGBFrameGrabber
Objects of this class are used to retrieve RGB frames from a
VideoDevice. |
class |
YUVFrameGrabber
Objects of this class are used to retrieve YUV420-encoded frames from a
VideoDevice. |
class |
YVUFrameGrabber
Objects of this class are used to retrieve YVU420-encoded frames from a
VideoDevice. |
| Modifier and Type | Method and Description |
|---|---|
FrameGrabber |
VideoFrame.getFrameGrabber()
This method returns the frame grabber object which captured this frame
|
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.