VisionSource.FromCaptureDevice(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds a VisionSource from a capture device specified by its attributes
public static Azure.AI.Vision.Core.Input.VisionSource FromCaptureDevice (string deviceAttributes);
static member FromCaptureDevice : string -> Azure.AI.Vision.Core.Input.VisionSource
Public Shared Function FromCaptureDevice (deviceAttributes As String) As VisionSource
Parameters
- deviceAttributes
- String
Capture device attributes (e.g. "front=true;"), or an empty string for default capture device
Returns
A VisionSource that uses this capture device
Remarks
Not yet supported for use with ImageAnalyzer.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET