Unibrain API-810 User Manual Page 42

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 41
42
rmAuto,
rmNone,
rmRGGB,
rmGRBG,
rmGBRG,
rmBGGR
Visual Basic 6.0 syntax
Dim RawMode As FireiXRawMode
RawMode = StreamFormat.RawModeOverride 'get
StreamFormat.RawModeOverride = rmRGGB 'set
C++ syntax
FireiXRawMode RawMode;
HRESULT hr = pIStreamFormat->get_RawModeOverride(&RawMode); //get
hr = pIStreamFormat->put_RawModeOverride(rmRGGB); //set
Width property
Prototype
Integer Width
Comments
This is a read only property that returns the resolution width of the streaming format. This is constant for a
Fixed streaming format and variable on a User Defined.
Visual Basic 6.0 syntax
Dim Width As Integer
Width = StreamFormat.Width
C++ syntax
SHORT shWidth;
HRESULT hr = pIStreamFormat->get_Width(&shWidth);
Height property
Prototype
Integer Height
Comments
This is a read only property that returns the resolution height of the streaming format. This is constant for a
Fixed streaming format and variable on a User Defined.
Visual Basic 6.0 syntax
Dim Height As Integer
Height = StreamFormat.Height
C++ syntax
SHORT shHeight;
HRESULT hr = pIStreamFormat->get_Height(&shHeight);
Page view 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 96 97

Comments to this Manuals

No comments