MeiCam SDK For Android
3.14.0
|
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< NvsSize > | supportVideoSize |
VideoSize list of video preview. More... | |
Description of capturing device's capabilities.
Defines capturing device's capabilities including autofocus, automatic exposure, zoom in and so on.
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.
boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportAutoFocus |
Whether it supports autofocus.
boolean com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportContinuousFocus |
Whether it supports continuous focus.
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.
ArrayList<NvsSize> com.meicam.sdk.NvsStreamingContext.CaptureDeviceCapability.supportVideoSize |
VideoSize list of video preview.
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.