Click or drag to resize

ApplicationConnectCamera Method (SerialNumber, Settings)

Connect to the next available Zivid camera

Namespace:  Zivid.NET
Assembly:  ZividNET (in ZividNET.dll) Version: 1.0.0
Syntax
public Camera ConnectCamera(
	SerialNumber serialNumber,
	Settings settings
)

Parameters

serialNumber
Type: Zivid.NETSerialNumber
Connect to the camera with this serial number
settings
Type: Zivid.NETSettings
Settings for the camera

Return Value

Type: Camera
Zivid camera instance
See Also