Im calling the camera live stream with this code:
cDefinition.properties1.Add(“CameraId”, datCam.Id);
cDefinition.mWorkspace.ViewAndLayoutItem.InsertBuiltinViewItem(1,ViewAndLayoutItem.CameraBuiltinId,cDefinition.properties1);
How can i call the recorder video with a timestamp
Regards