Unibrain API-810 User Manual Page 84

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 83
84
GetFeature method
Prototype
FireiFeature GetFeature(string featureName)
Comments
This is a method that can be used to retrieve the FireiFeature object of any of features of the camera.
It takes the name (as a string) of the feature to locate the desired FireiFeature object. This name is the
same as the one returned by the Name property of FireiFeature. If the parameter passed is not a
recognized feature name, an exception will be thrown.
Visual Basic syntax
Dim Feature As FireiFeature
Feature = Camera.GetFeature("Shutter")
C# syntax
FireiFeature Feature = Camera.GetFeature("Shutter");
SelectStreamFormat method
Prototype
SelectStreamFormat()
Page view 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 94 95

Comments to this Manuals

No comments