Click or drag to resize

Application.ConnectCamera Method (SerialNumber, Settings)

Connect to the next available Zivid camera

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

Parameters

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

Return Value

Type: Camera
Zivid camera instance
See Also