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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -