Unibrain API-810 User Manual Page 81

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 80
81
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the Iris
feature of the camera.
Visual Basic 6.0 syntax
Dim Iris As FireiXFeature
Set Iris = Camera.Iris
C++ syntax
FireiXFeature* pIIris;
HRESULT hr = pICamera->get_Iris(&pIIris);
ColorUB property
Prototype
FireiXFeature ColorUB
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the U/B
component of the Color feature of the camera.
Visual Basic 6.0 syntax
Dim ColorUB As FireiXFeature
Set ColorUB = Camera.ColorUB
C++ syntax
FireiXFeature* pIColorUB;
HRESULT hr = pICamera->get_ColorUB(&pIColorUB);
ColorVR property
Prototype
FireiXFeature ColorVR
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the V/R
component of the Color feature of the camera.
Visual Basic 6.0 syntax
Dim ColorVR As FireiXFeature
Set ColorVR = Camera.ColorVR
C++ syntax
FireiXFeature* pIColorVR;
HRESULT hr = pICamera->get_ColorVR(&pIColorVR);
Hue property
Prototype
FireiXFeature Hue
Page view 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 96 97

Comments to this Manuals

No comments