View Source Membrane.CameraCapture (Membrane Camera Capture Plugin v0.5.0)
Membrane Source Element for capturing image from a camera through FFmpeg
element-options
Element options
Passed via struct Membrane.CameraCapture.t/0
device
String.t()
Default value:
"default"
Name of the device used to capture videoframerate
non_neg_integer()
Default value:
30
Framerate of device's output video stream
pads
Pads
output
:output
Accepted formats:
_any
Direction: | :output |
Availability: | :always |
Flow control: | :push |
Demand unit: | nil |
Link to this section Summary
Types
Struct containing options for Membrane.CameraCapture
Link to this section Types
@type t() :: %Membrane.CameraCapture{device: String.t(), framerate: non_neg_integer()}
Struct containing options for Membrane.CameraCapture
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module