VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / SupportedCameras Class / IsCameraSupported Methods / IsCameraSupported(String,String) Method
Syntax Requirements SeeAlso
    IsCameraSupported(String,String) Method (SupportedCameras)
    Determines that SDK supports camera.
    Syntax
    'Declaration
    
    Public Overloads Shared Function IsCameraSupported( _
    ByVal manufacturer
    Camera manufacturer.
    As System.String, _
    ByVal model
    Camera model.
    As System.String _
    ) As Boolean
     

    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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also