VideoOS.Platform.ConfigurationItems.Camera tmpcamera = new VideoOS.Platform.ConfigurationItems.Camera(m_currentCamItem.FQID);
if (tmpcamera.RecordingEnabled == true)
{
if (tmpcamera.ManualRecordingTimeoutEnabled)
{
\_RecordTimer.Interval = tmpcamera.ManualRecordingTimeoutMinutes \* 60000;
\_RecordTimer.Enabled = true;
\_RecordTimer.Start();
}
}
when we run in xprotect, we get error dll could not be loaded