C# Class BuildIt.AR.iOS.Utilities.CameraFeedUtility

Afficher le fichier Open project: builttoroam/BuildIt Class Usage Examples

Méthodes publiques

Méthode Description
CameraFeedUtility ( UIView rootView, UIView cameraView ) : System.Collections.Generic
InitAndStartCamera ( ) : void
StopCamera ( ) : void
UpdatePreviewRotation ( UIInterfaceOrientation orientation ) : void

Method Details

CameraFeedUtility() public méthode

public CameraFeedUtility ( UIView rootView, UIView cameraView ) : System.Collections.Generic
rootView UIView
cameraView UIView
Résultat System.Collections.Generic

InitAndStartCamera() public méthode

public InitAndStartCamera ( ) : void
Résultat void

StopCamera() public méthode

public StopCamera ( ) : void
Résultat void

UpdatePreviewRotation() public méthode

public UpdatePreviewRotation ( UIInterfaceOrientation orientation ) : void
orientation UIInterfaceOrientation
Résultat void