C# Класс Accord.Video.DirectShow.VideoCaptureDeviceForm

Local video device selection form.

The form provides a standard way of selecting local video device (USB web camera, capture board, etc. - anything supporting DirectShow interface), which can be reused across applications. It allows selecting video device, video size and snapshots size (if device supports snapshots and user needs them).

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
VideoCaptureDeviceForm ( ) : System

Initializes a new instance of the VideoCaptureDeviceForm class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
EnumeratedSupportedFrameSizes ( VideoCaptureDevice videoDevice ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

VideoCaptureDeviceForm_Load ( object sender, EventArgs e ) : void
devicesCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

VideoCaptureDeviceForm() публичный метод

Initializes a new instance of the VideoCaptureDeviceForm class.
public VideoCaptureDeviceForm ( ) : System
Результат System