| VideoCaptureFormat Property |
The format of the Mat objects returned by retrieve()
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Format { get; set; }
Public Property Format As Integer
Get
Set
public:
property int Format {
int get ();
void set (int value);
}
member Format : int with get, set
Property Value
Type:
Int32See Also