public NewResultEventArgs(VideoFrame frame)
 {
     Frame = frame;
 }
 public NewFrameEventArgs(VideoFrame frame)
 {
     Frame = frame;
 }