예제 #1
0
 public void Setup()
 {
     if (CaptureHandler != null)
     {
         // Start the Capture Session.
         if (!CaptureHandler.GetSessionActive())
         {
             CaptureHandler.StartSession();
         }
     }
     Viewmodel.StartCaptureSequence();
 }