C# 클래스 BuildIt.AR.UWP.Utilities.CameraFeedUtility

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

공개 메소드들

메소드 설명
CameraFeedUtility ( CaptureElement captureElement, CoreDispatcher dispatcher ) : System
CleanupCameraAsync ( ) : System.Threading.Tasks.Task
StartPreviewAsync ( VideoRotation videoRotation ) : System.Threading.Tasks.Task
UpdatePreviewRotation ( Rotation rotation ) : void

비공개 메소드들

메소드 설명
FindCameraDeviceByPanelAsync ( Windows.Devices.Enumeration.Panel desiredPanel ) : Task

Queries the available video capture devices to try and find one mounted on the desired panel

메소드 상세

CameraFeedUtility() 공개 메소드

public CameraFeedUtility ( CaptureElement captureElement, CoreDispatcher dispatcher ) : System
captureElement Windows.UI.Xaml.Controls.CaptureElement
dispatcher Windows.UI.Core.CoreDispatcher
리턴 System

CleanupCameraAsync() 공개 메소드

public CleanupCameraAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StartPreviewAsync() 공개 메소드

public StartPreviewAsync ( VideoRotation videoRotation ) : System.Threading.Tasks.Task
videoRotation VideoRotation
리턴 System.Threading.Tasks.Task

UpdatePreviewRotation() 공개 메소드

public UpdatePreviewRotation ( Rotation rotation ) : void
rotation Rotation
리턴 void