Prevent CameraCaptureDialog from showing preview

  • Thread starter Thread starter cyberco
  • Start date Start date
C

cyberco

Using the CameraCaptureDialog for taking pictures is great except for
the fact that it always shows a preview of the picture that has been
taken. Is it possible to skip the preview?
 
The actual behaviour of the dialog is implemented by the OEM, so can vary
between devices. There's no way to fully take control of this, you could use
the lower level APIs to build your own capture component, you may have to do
that in native code, it's not something I've investigated.

Peter
 
Back
Top