ios - AVCaptureDevice auto brightness levels? -



ios - AVCaptureDevice auto brightness levels? -

i'm using avcapturesession take photos camera.

i'm using:

device.automaticallyenableslowlightboostwhenavailable = yes; [device setwhitebalancemode:avcapturewhitebalancemodecontinuousautowhitebalance];

however doesn't particularly work in low lite situations, previewlayer pretty dark compared default photographic camera app or instagram's camera.

am missing settings?

i realized sessionpreset aren't supported, needed utilize avcapturesessionpresetphoto automaticallyenableslowlightboostwhenavailable working.

ios avcapturesession

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -