VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowCamera Class
Properties Methods Events SeeAlso
In This Topic
    DirectShowCamera Class Members
    In This Topic
    The following tables list the members exposed by DirectShowCamera.
    Public Properties
     NameDescription
    Public PropertyGets the access to the camera control properties of camera.
    Public PropertyGets the capture state of this image capture device. (Inherited from ImageCaptureDevice)
    Public PropertyGets or sets desired image format to be used by this image capture device. (Inherited from ImageCaptureDevice)
    Public PropertyGets the device path.
    Public PropertyGets the camera name.
    Public PropertyGets the access to the image quality properties of camera.
    Public PropertyGets a read-only collection of supported formats of the camera.
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by this object. (Inherited from ImageCaptureDevice)
    Public MethodLoads the camera settings from a stream.
    Public MethodSaves the camera settings to a stream.
    Public MethodShows the properties dialog of camera.
    Public MethodReturns the name of camera. (Inherited from ImageCaptureDevice)
    Protected Methods
     NameDescription
    Protected MethodReleases all resources used by the image capture device. (Inherited from ImageCaptureDevice)
    Protected MethodRaises the CaptureStateChanged event. (Inherited from ImageCaptureDevice)
    Protected MethodSets the capture state. (Inherited from ImageCaptureDevice)
    Protected MethodStarts the image capturing.
    Protected MethodStops the image capturing.
    Public Events
     NameDescription
    Public EventOccurs when the capture state is changed. (Inherited from ImageCaptureDevice)
    See Also