'Declaration Public Overloads Shared Function IsCameraSupported( _
ByVal manufacturerCamera manufacturer.As System.String, _
ByVal modelCamera model.As System.String _
) As Boolean
public static bool IsCameraSupported(
System.String manufacturer,
System.String model
)
public: static bool IsCameraSupported(
System.String manufacturer,
System.String model
)
public:
static bool IsCameraSupported(
System.String manufacturer,
System.String model
)
Parameters
- manufacturer
- Camera manufacturer.
- model
- Camera model.
Return Value
True - RAW image files of camera were tested with SDK;
false - RAW image files of camera were NOT tested with SDK.
false - RAW image files of camera were NOT tested with SDK.