public FrameEventArgs(VideoFrame frame) { Frame = frame; }
protected abstract void ProcessFrameInternal(VideoFrame frame);