Unibrain API-810 User Manual Page 87

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 86
87
C# syntax
Camera.AttachPreviewCtrl(FireiPreviewCtrl1);
Run method
Prototype
Run()
Comments
This method will start the streaming of the camera.
If the FireiCamera object is attached to a FireiPreviewControl, the preview on that control will also
start.
If the camera is already running, a call to Run will have no effect
5
. If the camera for some reason cannot
start, or the preview window (if applicable) is invalid in some way, an exception will be thrown.
Visual Basic syntax
Camera.Run()
C# syntax
Camera.Run();
Stop method
Prototype
Stop()
Comments
This method will stop the streaming of the camera.
If the FireiCamera object is attached to a FireiPreviewControl, the preview on that control will also
stop.
If the camera is not running, a call to Stop will have no effect. If the camera for some reason cannot stop, an
exception will be thrown.
Visual Basic syntax
Camera.Stop()
C# syntax
Camera.Stop();
IsRunning method
Prototype
Boolean IsRunning()
5
This is not entirely true; if the camera was started while not being attached to a FireiPreviewControl, then
attached and Run
was called again, the preview will start.
Page view 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95

Comments to this Manuals

No comments