Simply3DScan
Public Member Functions | Protected Member Functions | Package Functions | Properties | List of all members
Simple3DScan.UI.CameraControl Class Reference

Control for accessing a camera More...

Inheritance diagram for Simple3DScan.UI.CameraControl:
Inheritance graph
[legend]
Collaboration diagram for Simple3DScan.UI.CameraControl:
Collaboration graph
[legend]

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...
 

Detailed Description

Control for accessing a camera

Constructor & Destructor Documentation

Simple3DScan.UI.CameraControl.CameraControl ( )

Initializes a new instance of the CameraControl class.

Member Function Documentation

override void Simple3DScan.UI.CameraControl.Dispose ( bool  disposing)
protected

Verwendete Ressourcen bereinigen.

Parameters
disposingTrue, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Image Simple3DScan.UI.CameraControl.GetNextPicture ( )
package

Gets the next picture.

Returns
void Simple3DScan.UI.CameraControl.StartImaging ( string  source)

Starts the imaging.

Parameters
sourceThe source.

Here is the caller graph for this function:

void Simple3DScan.UI.CameraControl.StopImaging ( )

Stops the imaging.

Image Simple3DScan.UI.CameraControl.TakePicture ( )
package

Takes the picture.

Returns

Property Documentation

bool Simple3DScan.UI.CameraControl.CaptureNextImage
get

Gets a value indicating whether [capture next image].

true if [capture next image]; otherwise, false.

bool Simple3DScan.UI.CameraControl.FilterLaser
getset

Gets a value indicating whether [filter laser].

true if [filter laser]; otherwise, false.

float Simple3DScan.UI.CameraControl.LaserLeftPosition
getset

Gets or sets the laser left position.

The laser left position.

bool Simple3DScan.UI.CameraControl.LaserMotorEnabled
getset

Gets or sets a value indicating whether [laser motor enabled].

true if [laser motor enabled]; otherwise, false.

float Simple3DScan.UI.CameraControl.LaserRightPosition
getset

Gets or sets the laser right position.

The laser right position.


The documentation for this class was generated from the following files: