CvmDeviceInfoSupportedImageFormats Property |
Gets the list of supported image formats.
Each line represents image format defined as:
[Width]x[Height]@[FrameRate]@[Channels]@[BitsPerChannel]
Namespace:
Rubedos.Viper.Net
Assembly:
Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntaxpublic string[] SupportedImageFormats { get; }
Property Value
Type:
String The supported image formats.
See Also