Constructor

Remarks

Sets the camera frames and the screen sizes used to display the infrared diodes position.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	cameraWidthTemp As ResolutionWidth, _
	cameraHeightTemp As ResolutionHeight, _
	screenWidthTemp As ResolutionWidth, _
	screenHeightTemp As ResolutionHeight _
)
C#
public Camera(
	ResolutionWidth cameraWidthTemp,
	ResolutionHeight cameraHeightTemp,
	ResolutionWidth screenWidthTemp,
	ResolutionHeight screenHeightTemp
)
Visual C++
public:
Camera(
	ResolutionWidth cameraWidthTemp, 
	ResolutionHeight cameraHeightTemp, 
	ResolutionWidth screenWidthTemp, 
	ResolutionHeight screenHeightTemp
)
JavaScript
MotionTracking.Camera = function(cameraWidthTemp, cameraHeightTemp, screenWidthTemp, screenHeightTemp);

Parameters

cameraWidthTemp
Type: MotionTracking..::.ResolutionWidth
cameraHeightTemp
Type: MotionTracking..::.ResolutionHeight
screenWidthTemp
Type: MotionTracking..::.ResolutionWidth
screenHeightTemp
Type: MotionTracking..::.ResolutionHeight

See Also