CameraResult

A CameraResult contains the relevant information of the recorded/selected video/image of a Camera.

  • The photo taken as Data in JPEG format with metadata. This option should be preferred over the CameraResult.image since the image does not contain any metadata.

  • url

    The URL of the recorded/selected video.

  • The taken/selected UIImage. Preferably use the CameraResult.data instead since this image does not preserve any metadata.

  • The PhotoEditModel that holds the operations of the image/video.