Unibrain API-810 User Manual Page 82

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 81
82
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the Hue
feature of the camera.
Visual Basic 6.0 syntax
Dim Hue As FireiXFeature
Set Hue = Camera.Hue
C++ syntax
FireiXFeature* pIHue;
HRESULT hr = pICamera->get_Hue(&pIHue);
Saturation property
Prototype
FireiXFeature Saturation
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the
Saturation feature of the camera.
Visual Basic 6.0 syntax
Dim Saturation As FireiXFeature
Set Saturation = Camera.Saturation
C++ syntax
FireiXFeature* pISaturation;
HRESULT hr = pICamera->get_Saturation(&pISaturation);
Focus property
Prototype
FireiXFeature Focus
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the Focus
feature of the camera.
Visual Basic 6.0 syntax
Dim Focus As FireiXFeature
Set Focus = Camera.Focus
C++ syntax
FireiXFeature* pIFocus;
HRESULT hr = pICamera->get_Focus(&pIFocus);
Zoom property
Prototype
FireiXFeature Zoom
Page view 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 96 97

Comments to this Manuals

No comments