MeiCam SDK For Android  1.0.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...
 

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

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

Exposure compensation step value.

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

Maximum degree of exposure compensation.

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

The max degree of zoom in/out.

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

Minimum degree of exposure compensation.

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

Whether it supports automatic exposure.

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

Whether it supports autofocus.

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

Whether it supports continuous focus.

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

Whether it supports exposure compensation.

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

Whether it supports changing flash lights.

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

Whether it supports anti-shake mode.

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

Whether it supports zoom in/out.

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

Ratio of zoom in/out.


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