public Camera2BasicSurfaceTextureListener(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
 public CameraCaptureStillPictureSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
Пример #3
0
 public CameraCapturePreviewSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }