![]() |
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... | |
void | ShowLaser (bool on=true) |
Show the laser. More... | |
Image | GetNextPicture () |
Gets the next picture. More... | |
Properties | |
bool | CaptureNextImage [get] |
Gets a value indicating whether [capture next image]. 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.
|
package |
Show the laser.
on | if set to true [on]. |
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
.