Gets or Sets the maximum number of frames retrieved from the camera between the last apparition of a diode on a frame and the loss report of the diode.

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

Syntax

Visual Basic (Declaration)
Public Property NbFramesLostDiode As Integer
C#
public int NbFramesLostDiode { get; set; }
Visual C++
public:
property int NbFramesLostDiode {
	int get ();
	void set (int value);
}
JavaScript
function get_nbFramesLostDiode();
function set_nbFramesLostDiode(value);

See Also