protected virtual int GetFrameCount() { if (m_TrackerInput == null) { return(0); } return(m_TrackerInput.GetFrameCount()); }