![]() |
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... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Verwendete Ressourcen bereinigen. More... | |
Package Functions | |
Image | TakePicture () |
Takes the picture. More... | |
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... | |
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
Simple3DScan.UI.CameraControl.CameraControl | ( | ) |
Initializes a new instance of the CameraControl class.
|
protected |
Verwendete Ressourcen bereinigen.
disposing | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
|
package |
Gets the next picture.
void Simple3DScan.UI.CameraControl.StartImaging | ( | string | source | ) |
Starts the imaging.
source | The source. |
void Simple3DScan.UI.CameraControl.StopImaging | ( | ) |
Stops the imaging.
|
package |
Takes the picture.
|
get |
Gets a value indicating whether [capture next image].
true
if [capture next image]; otherwise, false
.
|
getset |
Gets a value indicating whether [filter laser].
true
if [filter laser]; otherwise, false
.
|
getset |
Gets or sets the laser left position.
The laser left position.
|
getset |
Gets or sets a value indicating whether [laser motor enabled].
true
if [laser motor enabled]; otherwise, false
.
|
getset |
Gets or sets the laser right position.
The laser right position.