Click or drag to resize

ApplicationConnectCamera Method (CameraAddress)

Connect to the Zivid camera at the specified network address

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public Camera ConnectCamera(
	CameraAddress address
)

Parameters

address
Type: Zivid.NETCameraAddress
Hostname or IPv4 address of the camera

Return Value

Type: Camera
Zivid camera instance
Remarks
Bypasses mDNS discovery and connects directly via TCP. Use when the camera is on a non-default subnet, mDNS is blocked, or when you otherwise want to connect without relying on discovery.
See Also