Click or drag to resize

CameraDeviceDetectorDetect Method

Detect devices with specified interfaces.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public static List<CameraDevice> Detect(
	DeviceInterface deviceInterface
)

Parameters

deviceInterface
Type: Ricoh.CameraControllerDeviceInterface
Type of device interface

Return Value

Type: ListCameraDevice
Detected device list
See Also