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