![]()  | 
  
    Simply3DScan
    
   | 
 
Control for accessing a camera More...


Public Member Functions | |
| CameraControl () | |
| Initializes a new instance of the CameraControl class.  More... | |
| void | StartImaging (string source) | 
| Starts the imaging.  More... | |
| void | StopImaging () | 
| Stops the imaging.  More... | |
Package Functions | |
| Image | GetNextPicture () | 
| Gets the next picture.  More... | |
Properties | |
| bool | CaptureNextImage [get] | 
| Gets a value indicating whether [capture next image].  More... | |
| bool | FilterLaser [get, set] | 
| Gets a value indicating whether [filter laser].  More... | |
| bool | ShowLaserLine [get, set] | 
| Gets or sets a value indicating whether [show laser line].  More... | |
| float | LaserLeftPosition [get, set] | 
| Gets or sets the laser left position.  More... | |
| float | LaserRightPosition [get, set] | 
| Gets or sets the laser right position.  More... | |
| bool | LaserMotorEnabled [get, set] | 
| Gets or sets a value indicating whether [laser motor enabled].  More... | |
Control for accessing a camera
Definition at line 17 of file CameraControl.cs.
| Simple3DScan.UI.CameraControl.CameraControl | ( | ) | 
Initializes a new instance of the CameraControl class.
Definition at line 83 of file CameraControl.cs.
      
  | 
  package | 
Gets the next picture.
Definition at line 280 of file CameraControl.cs.

| void Simple3DScan.UI.CameraControl.StartImaging | ( | string | source | ) | 
Starts the imaging.
| source | The source. | 
Definition at line 119 of file CameraControl.cs.
| void Simple3DScan.UI.CameraControl.StopImaging | ( | ) | 
Stops the imaging.
Definition at line 265 of file CameraControl.cs.
      
  | 
  get | 
Gets a value indicating whether [capture next image].
true if [capture next image]; otherwise, false. 
Definition at line 37 of file CameraControl.cs.
      
  | 
  getset | 
Gets a value indicating whether [filter laser].
true if [filter laser]; otherwise, false. 
Definition at line 48 of file CameraControl.cs.
      
  | 
  getset | 
Gets or sets the laser left position.
The laser left position.
Definition at line 62 of file CameraControl.cs.
      
  | 
  getset | 
Gets or sets a value indicating whether [laser motor enabled].
true if [laser motor enabled]; otherwise, false. 
Definition at line 76 of file CameraControl.cs.
      
  | 
  getset | 
Gets or sets the laser right position.
The laser right position.
Definition at line 69 of file CameraControl.cs.
      
  | 
  getset | 
Gets or sets a value indicating whether [show laser line].
true if [show laser line]; otherwise, false. 
Definition at line 55 of file CameraControl.cs.