public void DoFrame()
    {
        Frame f = GetFrameSomehow();

        m_detector.NewFrame(f);
    }