Click or drag to resize
DiscoveryStart Method (Int32)
Synchronous scan for devices.

Namespace: Flir.Atlas.Live.Discovery
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public List<CameraDeviceInfo> Start(
	int seconds
)

Parameters

seconds
Type: SystemInt32
Time in seconds to scan for devices.

Return Value

Type: ListCameraDeviceInfo
List of found camera devices.
See Also