public Camera2BasicSurfaceTextureListener(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
 public CameraCaptureStillPictureSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
Esempio n. 3
0
 public CameraCapturePreviewSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }