FrameAddMarker Method

Adds a marker/label to a video frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool AddMarker(
	string label
)

Parameters

label  String
the string marker identifier to add to the frame

Return Value

Boolean
true if marker successfully added, false if the limit on the number of markers has been reached

Remarks

If multiple events occur within a frame, multiple markers can be added and annotated against a frame.

See Also