public Camera2BasicSurfaceTextureListener(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
 public CameraCaptureStillPictureSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
Beispiel #3
0
 public CameraCapturePreviewSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }