#include <avcap/linux/V4L2_Device.h>
Inheritance diagram for avcap::V4L2_Device:
Public Member Functions | |
V4L2_Device (V4L2_DeviceDescriptor *dd) | |
virtual | ~V4L2_Device () |
const DeviceDescriptor * | getDescriptor () |
Return the descriptor of the device. | |
CaptureManager * | getVidCapMgr () |
Use this manager to start/stop capturing and to register a user defined CaptureHandler. | |
ConnectorManager * | getConnectorMgr () |
Use this manager to query available audio/video inputs/outputs and to select them. | |
ControlManager * | getControlMgr () |
FormatManager * | getFormatMgr () |
Use this manager to query the available formats, video standards and resolutions to select the desired ones. |
avcap::V4L2_Device::V4L2_Device | ( | V4L2_DeviceDescriptor * | dd | ) |
virtual avcap::V4L2_Device::~V4L2_Device | ( | ) | [virtual] |
const DeviceDescriptor* avcap::V4L2_Device::getDescriptor | ( | ) | [inline, virtual] |
Return the descriptor of the device.
Implements avcap::CaptureDevice.
CaptureManager* avcap::V4L2_Device::getVidCapMgr | ( | ) | [inline, virtual] |
Use this manager to start/stop capturing and to register a user defined CaptureHandler.
Implements avcap::CaptureDevice.
ConnectorManager* avcap::V4L2_Device::getConnectorMgr | ( | ) | [inline, virtual] |
Use this manager to query available audio/video inputs/outputs and to select them.
Implements avcap::CaptureDevice.
ControlManager* avcap::V4L2_Device::getControlMgr | ( | ) | [inline, virtual] |
Use this manager to query and to adjust the available controls of the device (e.g. brightness, contrast, saturation...).
Implements avcap::CaptureDevice.
FormatManager* avcap::V4L2_Device::getFormatMgr | ( | ) | [inline, virtual] |
Use this manager to query the available formats, video standards and resolutions to select the desired ones.
Implements avcap::CaptureDevice.