Click or drag to resize

ApplicationConnectCamera 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: SystemString
Connect to the camera with this serial number

Return Value

Type: Camera
Zivid camera instance
See Also