| CameraDeviceDetectorDetect Method  | 
        
         Detect devices with specified interfaces.
 
    Namespace: 
   Ricoh.CameraController
    Assembly:
   RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
 Syntax
Syntaxpublic static List<CameraDevice> Detect(
	DeviceInterface deviceInterface
)
Public Shared Function Detect ( 
	deviceInterface As DeviceInterface
) As List(Of CameraDevice)
public:
static List<CameraDevice^>^ Detect(
	DeviceInterface deviceInterface
)
Parameters
- deviceInterface
- Type: Ricoh.CameraControllerDeviceInterface
 Type of device interface
Return Value
Type: 
ListCameraDeviceDetected device list
 See Also
See Also