class V4L2::FrameSize

Defined in:

v4l2/frame_size.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO::FileDescriptor, format_id : UInt32, size : LibV4l2::Frmsizeenum) #

[View source]

Instance Method Detail

def format_id : UInt32 #

[View source]
def frame_rate(width : UInt32, height : UInt32) #

[View source]
def frame_rate : FrameRate #

[View source]
def height : UInt32 #

[View source]
def max_height : UInt32 #

[View source]
def max_width : UInt32 #

[View source]
def min_height : UInt32 #

[View source]
def min_width : UInt32 #

[View source]
def step_height : UInt32 #

[View source]
def step_width : UInt32 #

[View source]
def type : FrameSizeType #

[View source]
def width : UInt32 #

[View source]