Unibrain API-810 User Manual Page 83

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 82
83
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the Zoom
feature of the camera.
Visual Basic 6.0 syntax
Dim Zoom As FireiXFeature
Set Zoom = Camera.Zoom
C++ syntax
FireiXFeature* pIZoom;
HRESULT hr = pICamera->get_Zoom(&pIZoom);
Brightness property
Prototype
FireiXFeature Brightness
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the
Brightness feature of the camera.
Visual Basic 6.0 syntax
Dim Brightness As FireiXFeature
Set Brightness = Camera.Brightness
C++ syntax
FireiXFeature* pIBrightness;
HRESULT hr = pICamera->get_Brightness(&pIBrightness);
Sharpness property
Prototype
FireiXFeature Sharpness
Comments
This is a read-only property that can be used to retrieve directly the FireiXFeature object for the
Sharpness feature of the camera.
Visual Basic 6.0 syntax
Dim Sharpness As FireiXFeature
Set Sharpness = Camera.Sharpness
C++ syntax
FireiXFeature* pISharpness;
HRESULT hr = pICamera->get_Sharpness(&pISharpness);
Gamma property
Prototype
FireiXFeature Gamma
Page view 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 96 97

Comments to this Manuals

No comments