Unibrain API-810 User Manual Page 87

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 86
87
Comments
This is a read-only property that can be used to retrieve the number of available memory presets of the
camera.
If this number is 0, the camera does not support memory presets (rendering the SaveToMemory and
LoadFromMemory methods inaccessible).
Visual Basic 6.0 syntax
Dim NumOfMemoryPresets As Long
NumOfMemoryPresets = Camera.NumOfMemoryPresets
C++ syntax
LONG lNumOfMemoryPresets;
HRESULT hr = pICamera->get_NumOfMemoryPresets(&lNumOfMemoryPresets);
SelectStreamFormat method
Prototype
SelectStreamFormat()
Comments
This method when called will bring up a “Stream Format Selector” dialog, as constructed and maintained
internally by the APIs. Through this dialog, user selection of a streaming format is possible. The appearance
of this dialog varies depending on the underlying API selected. If Firei.dll is currently running, the dialog will
look similar to:
Page view 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 96 97

Comments to this Manuals

No comments