VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / SupportedCameras Class / GetSupported() Method
Syntax Requirements SeeAlso
In This Topic
    GetSupported() Method (SupportedCameras)
    In This Topic
    Returns an array of all supported cameras.
    Syntax
    'Declaration
    
    Public Shared Function GetSupported() As System.String[]
    
    
    public static System.String[] GetSupported()
    
    
    public: static System.String[] GetSupported()
    
    
    public:
    static System.String[] GetSupported()

    Return Value

    An array of all supported cameras. Each string represents a camera manufacturer and model divided by comma and space, for example, "CANON, EOS 5D Mark II".
    Requirements

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

    See Also