예제 #1
0
        /// <summary>
        /// Do take snap shot api call.
        /// </summary>
        private void TakeSnapshotWebcam()
        {
            if (mWebcam == null)
            {
                JCS_Debug.LogReminder("Assign the button but no webcam attached or in the scene");
                return;
            }

            mCurrentWebcamImagePath = mWebcam.TakeSnapshotWebcam();
        }
예제 #2
0
        /// <summary>
        /// Do take snap shot api call.
        /// </summary>
        private void TakeSnapshotWebcam()
        {
            if (mWebcam == null)
            {
                JCS_Debug.LogReminders(
                    "Assign the button but no webcam attached or in the scene.");

                return;
            }

            mWebcam.TakeSnapshotWebcam();
        }