Click or drag to resize

Application.ConnectCamera Method (String)

Connect to the Zivid camera with the specified serial number

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public Camera ConnectCamera(
	string serialNumber
)

Parameters

serialNumber
Type: System.String
Connect to the camera with this serial number

Return Value

Type: Camera
Zivid camera instance
See Also