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