vrLib SDK Documentation
Control_SwitchCamera Method (btn_duration)
NamespacesVideoRayROVControl_SwitchCamera(Double)
Control API the switch camera feed.
Declaration Syntax
C#Visual BasicVisual C++
public void Control_SwitchCamera(
	double btn_duration
)
Public Sub Control_SwitchCamera ( _
	btn_duration As Double _
)
public:
void Control_SwitchCamera(
	double btn_duration
)
Parameters
btn_duration (Double)
The duration the control button has been pressed. If this is >0 then the camera is switched. There must be call with btn_duration==0 in between switching events. In other words this acts like a toggle button.

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)