MeiCam SDK For Android  3.10.0
Public Attributes | List of all members
com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability Class Reference

Description of capturing device's capabilities. More...

Public Attributes

boolean supportAutoFocus
 Whether it supports autofocus. More...
 
boolean supportContinuousFocus
 Whether it supports continuous focus. More...
 
boolean supportAutoExposure
 Whether it supports automatic exposure. More...
 
boolean supportZoom
 Whether it supports zoom in/out. More...
 
int maxZoom
 The max degree of zoom in/out. More...
 
float[] zoomRatios
 Ratio of zoom in/out. More...
 
boolean supportFlash
 Whether it supports changing flash lights. More...
 
boolean supportVideoStabilization
 Whether it supports anti-shake mode. More...
 
boolean supportExposureCompensation
 Whether it supports exposure compensation. More...
 
int minExposureCompensation
 Minimum degree of exposure compensation. More...
 
int maxExposureCompensation
 Maximum degree of exposure compensation. More...
 
float exposureCompensationStep
 Exposure compensation step value. More...
 
ArrayList< NvsSizesupportVideoSize
 VideoSize list of video preview. More...
 

Detailed Description

Description of capturing device's capabilities.

Defines capturing device's capabilities including autofocus, automatic exposure, zoom in and so on.

Member Data Documentation

◆ exposureCompensationStep

float com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.exposureCompensationStep

Exposure compensation step value.

◆ maxExposureCompensation

int com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.maxExposureCompensation

Maximum degree of exposure compensation.

◆ maxZoom

int com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.maxZoom

The max degree of zoom in/out.

◆ minExposureCompensation

int com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.minExposureCompensation

Minimum degree of exposure compensation.

◆ supportAutoExposure

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportAutoExposure

Whether it supports automatic exposure.

Since
1.15.1

◆ supportAutoFocus

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportAutoFocus

Whether it supports autofocus.

◆ supportContinuousFocus

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportContinuousFocus

Whether it supports continuous focus.

Since
2.3.2

◆ supportExposureCompensation

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportExposureCompensation

Whether it supports exposure compensation.

◆ supportFlash

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportFlash

Whether it supports changing flash lights.

◆ supportVideoSize

ArrayList<NvsSize> com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportVideoSize

VideoSize list of video preview.

◆ supportVideoStabilization

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportVideoStabilization

Whether it supports anti-shake mode.

◆ supportZoom

boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportZoom

Whether it supports zoom in/out.

◆ zoomRatios

float [] com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.zoomRatios

Ratio of zoom in/out.


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