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.TeledyneDalsaCameraAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic void Connect(
string cameraID
)
Parameters
- cameraID String
- The camera ID, containing the IP address.
See Also