Click or drag to resize

DalsaCameraConnect(String) Method

Tries to connect with the camera with the given ID. Called by the settings dialog when pressing the connect button.

Namespace: RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void Connect(
	string cameraID
)

Parameters

cameraID  String
The camera ID, containing the IP address.
See Also