arkit_flutter_plugin icon indicating copy to clipboard operation
arkit_flutter_plugin copied to clipboard

Use the light Estimation only

Open mlopez0 opened this issue 3 years ago • 1 comments

Is it possible to use the Light Estimation only?

I checked this example

Basically what I'm trying to achieve is the following:

  • Open the regular camera (camera package)
  • Read the light value
  • Take a photo
  • Apply a filter to the photo, depending on the light estimation value.

I'm not sure how to combine (If it possible, the ARKit to be read within the camera)

mlopez0 avatar Jul 27 '21 03:07 mlopez0

Hi! I'm not sure I fully understand what you're trying to achieve, but will try to help 🙂

You may get ambient intensity the same way it is done in the light estimation sample.

If photo quality is not essential, you may do a photo using snapshot as it's described in the snapshot sample. Otherwise, you may save the ambient light value and take a photo with any other plugin from pub.dev.

I hope that helps.

Best, Oleksandr

olexale avatar Aug 10 '21 17:08 olexale