VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / SupportedCameras Class / IsCameraSupported Methods / IsCameraSupported(String) Method
Syntax Requirements SeeAlso
In This Topic
    IsCameraSupported(String) Method (SupportedCameras)
    In This Topic
    Determines that SDK supports camera.
    Syntax
    'Declaration
    
    Public Overloads Shared Function IsCameraSupported( _
    ByVal camera
    Camera manufacturer and model divided by comma and space, for example, "CANON, EOS 5D Mark II".
    As System.String _
    ) As Boolean
    public static bool IsCameraSupported(
    System.String camera
    )
    public: static bool IsCameraSupported(
    System.String camera
    )
    public:
    static bool IsCameraSupported(
    System.String camera
    )

    Parameters

    camera
    Camera manufacturer and model divided by comma and space, for example, "CANON, EOS 5D Mark II".

    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