Unibrain API-810 User Manual Page 41

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 40
41
Comments
This is a read only property that returns the associated FireiXFixedStreamFormat object with this
FireiXStreamFormat. It is only valid if the IsUserDefined property is False (an error would occur trying
to access this property with IsUserDefined being True).
Visual Basic 6.0 syntax
Dim Fixed As FireiXFixedStreamFormat
Set Fixed = StreamFormat.Fixed
C++ syntax
IFireiXFixedStreamFormat* pIFixed;
HRESULT hr = pIStreamFormat->get_Fixed(&pIFixed);
UserDefined property
Prototype
FireiXUserDefinedStreamFormat UserDefined
Comments
This is a read only property that returns the associated FireiXUserDefinedStreamFormat object with
this FireiXStreamFormat. It is only valid if the IsUserDefined property is True (an error would occur
trying to access this property with IsUserDefined being False).
Visual Basic 6.0 syntax
Dim UserDefined As FireiXUserDefinedStreamFormat
Set UserDefined = StreamFormat.UserDefined
C++ syntax
IFireiXUserDefinedStreamFormat* pIUserDefined;
HRESULT hr = pIStreamFormat->get_UserDefined(&pIUserDefined);
RawModeOverride property
Prototype
FireiXRawMode RawModeOverride
Comments
This is a read/write property that allows the programmer to establish if a bayer conversion will be performed
on the image data coming from the camera and if so, the color filter that the camera is using.
The default setting is rmAuto, which means the SDK will try to determine the correct conversion necessary.
This is not always possible, since many raw-mode cameras sent raw-data as regular Y_MONO. In those cases,
an override is necessary if a conversion to RGB is desired, hence this property.
Per the IIDC specification, only under User Defined modes (Format_7) a camera is allowed to send raw
unconverted data in that case, the color filter is supplied by the camera. However, many camera
manufacturers disguise raw data as Y_MONO, sent either through Fixed or User Defined streaming formats.
The RawModeOverride property carries enumerated values; possibilities are:
Page view 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 96 97

Comments to this Manuals

No comments