MeiCam SDK For iOS  3.10.0
Properties | List of all members
NvsCaptureDeviceCapability Class Reference

Description of capture device capability. More...

#import <NvsStreamingContext.h>

Inheritance diagram for NvsCaptureDeviceCapability:

Properties

BOOL supportAutoFocus
 Whether to support auto focus. More...
 
BOOL supportContinuousFocus
 Whether to support continuous focus. More...
 
BOOL supportAutoExposure
 Whether to support automatic exposure. More...
 
BOOL supportZoom
 Whether to support zoom. More...
 
float maxZoomFactor
 Maximum zoom factor. More...
 
BOOL supportFlash
 Whether to support flash light. More...
 
BOOL supportVideoStabilization
 Whether to support video stabilization. More...
 
BOOL supportExposureBias
 Whether to support exposure compensation. More...
 
float minExposureBias
 Minimum exposure compensation coefficient. More...
 
float maxExposureBias
 Maximum exposure compensation coefficient. More...
 

Detailed Description

Description of capture device capability.

Defines the relevant properties of the capture device, including auto focus, auto exposure, zoom, etc.

Property Documentation

◆ maxExposureBias

- (float) maxExposureBias
readatomicassign

Maximum exposure compensation coefficient.

◆ maxZoomFactor

- (float) maxZoomFactor
readatomicassign

Maximum zoom factor.

◆ minExposureBias

- (float) minExposureBias
readatomicassign

Minimum exposure compensation coefficient.

◆ supportAutoExposure

- (BOOL) supportAutoExposure
readatomicassign

Whether to support automatic exposure.

◆ supportAutoFocus

- (BOOL) supportAutoFocus
readatomicassign

Whether to support auto focus.

◆ supportContinuousFocus

- (BOOL) supportContinuousFocus
readatomicassign

Whether to support continuous focus.

◆ supportExposureBias

- (BOOL) supportExposureBias
readatomicassign

Whether to support exposure compensation.

◆ supportFlash

- (BOOL) supportFlash
readatomicassign

Whether to support flash light.

◆ supportVideoStabilization

- (BOOL) supportVideoStabilization
readatomicassign

Whether to support video stabilization.

◆ supportZoom

- (BOOL) supportZoom
readatomicassign

Whether to support zoom.


The documentation for this class was generated from the following file: