FrameAddMarker Method
Adds a marker/label to a video frame.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool AddMarker(
string label
)
Public Function AddMarker (
label As String
) As Boolean
public:
bool AddMarker(
String^ label
)
member AddMarker :
label : string -> bool
- label String
- the string marker identifier to add to the frame
Booleantrue if marker successfully added, false if the limit on the number of markers has been reached
If multiple events occur within a frame, multiple markers can be
added and annotated against a frame.