[Missing <summary> documentation for "M:Nui.NuiSensor.InitializeCamera(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

Namespace: Nui
Assembly: KinectRawViewer (in KinectRawViewer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void InitializeCamera(
	Context c,
	ImageGenerator ig,
	DepthGenerator dg
)
Visual Basic
Public Sub InitializeCamera ( _
	c As Context, _
	ig As ImageGenerator, _
	dg As DepthGenerator _
)
Visual C++
public:
void InitializeCamera(
	Context^ c, 
	ImageGenerator^ ig, 
	DepthGenerator^ dg
)

Parameters

c
Type: Context

[Missing <param name="c"/> documentation for "M:Nui.NuiSensor.InitializeCamera(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

ig
Type: ImageGenerator

[Missing <param name="ig"/> documentation for "M:Nui.NuiSensor.InitializeCamera(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

dg
Type: DepthGenerator

[Missing <param name="dg"/> documentation for "M:Nui.NuiSensor.InitializeCamera(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

See Also