Click or drag to resize

VideoCapture Constructor (Int32, VideoCaptureAPI)

http://www.emgu.com
Create a capture using the specific camera

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VideoCapture(
	int camIndex = 0,
	VideoCaptureAPI captureApi = VideoCaptureAPI.Any
)

Parameters

camIndex (Optional)
Type: SystemInt32
The index of the camera to create capture from, starting from 0
captureApi (Optional)
Type: Emgu.CVVideoCaptureAPI
The preferred Capture API backends to use. Can be used to enforce a specific reader implementation if multiple are available.
See Also