C# Class AForge.Video.DirectShow.VideoCapabilities

Capabilities of video device such as frame size and frame rate.
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Properties

Property Type Description
FrameRate int
FrameSize System.Drawing.Size

Private Methods

Method Description
FromStreamConfig ( IAMStreamConfig videoStreamConfig ) : AForge.Video.DirectShow.VideoCapabilities[]
VideoCapabilities ( ) : System
VideoCapabilities ( IAMStreamConfig videoStreamConfig, int index ) : System

Property Details

FrameRate public property

Frame rate supported by video device for corresponding frame size.
public int FrameRate
return int

FrameSize public property

Frame size supported by video device.
public Size,System.Drawing FrameSize
return System.Drawing.Size