Class: ClutterGst::CameraDevice
- Inherits:
-
Object
- Object
- ClutterGst::CameraDevice
- Defined in:
- (unknown)
Overview
Base class for Clutter::GstCameraDevice.
Instance Method Summary collapse
-
#element_factory ⇒ Gst::ElementFactory
The GstElementFactory for this device.
-
#element_factory=(element_factory) ⇒ Gst::ElementFactory
The GstElementFactory for this device.
-
#get_capture_resolution(width, height) ⇒ nil
Retrieve the current capture resolution being used by device.
-
#name ⇒ String
The device name.
-
#name=(name) ⇒ String
The device name.
-
#node ⇒ String
The device node.
-
#node=(node) ⇒ String
The device node.
-
#set_capture_resolution(width, height) ⇒ nil
Set the capture resolution to be used by device.
-
#supported_resolutions ⇒ Array<ClutterGst::VideoResolution>
Retrieve the supported resolutions of the device.
Instance Method Details
#element_factory ⇒ Gst::ElementFactory
The GstElementFactory for this device.
#element_factory=(element_factory) ⇒ Gst::ElementFactory
The GstElementFactory for this device.
#get_capture_resolution(width, height) ⇒ nil
Retrieve the current capture resolution being used by device.
#name ⇒ String
The device name.
#name=(name) ⇒ String
The device name.
#node ⇒ String
The device node.
#node=(node) ⇒ String
The device node.
#set_capture_resolution(width, height) ⇒ nil
Set the capture resolution to be used by device.
#supported_resolutions ⇒ Array<ClutterGst::VideoResolution>
Retrieve the supported resolutions of the device.