Back to Devexpress

CameraDevice Members

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameradevice-dot-underscore-members.md

latest6.4 KB
Original Source

CameraDevice Members

Describes a video capture device, operates the device, and processes the received video stream.

Constructors

NameDescription
CameraDevice(CameraDeviceInfo)Initializes a new instance of the CameraDevice class with the specified settings.

Properties

NameDescription
CurrentFrameGets the frame currently captured by the device.
DeviceMonikerGets the string representation of the moniker for the current device. Inherited from CameraDeviceBase.
IsBusyGets whether the video capture device is already in use in another application. Inherited from CameraDeviceBase.
IsRunningGets whether the device is currently capturing video. Inherited from CameraDeviceBase.
NameGets the UI display name of the video capture device. Inherited from CameraDeviceBase.
ResolutionGets or sets the resolution of a video stream captured by the current device. Inherited from CameraDeviceBase.

Methods

NameDescription
Dispose()Disposes of the current object and releases all the allocated resources. Inherited from CameraDeviceBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from CameraDeviceBase.
GetAvailableResolutions()Returns the list of video resolutions available on the current device. Inherited from CameraDeviceBase.
GetAvailiableResolutions()Returns the list of video resolutions available on the current device. Inherited from CameraDeviceBase.
GetHashCode()Returns the hash code for the current CameraDeviceBase object. Inherited from CameraDeviceBase.
GetMaxResolution()
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetClient(ICameraDeviceClient)Sets the ICameraDeviceClient object that processes the video from the current capture device. Inherited from CameraDeviceBase.
SetDirectXProvider(DirectXProvider)For internal use.
Start()Starts capturing video from the current device. Inherited from CameraDeviceBase.
Stop()Stops capturing video from the current device. Inherited from CameraDeviceBase.
TakeSnapshot()Returns the video frame currently captured by the device. Inherited from CameraDeviceBase.
ToString()Returns a string that represents the current object. Inherited from Object.
WndProc(ref Message)Processes Windows messages. Inherited from CameraDeviceBase.

See Also

CameraDevice Class

DevExpress.XtraEditors.Camera Namespace