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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -