多多色-多人伦交性欧美在线观看-多人伦精品一区二区三区视频-多色视频-免费黄色视屏网站-免费黄色在线

國內最全IT社區平臺 聯系我們 | 收藏本站
阿里云優惠2
您當前位置:首頁 > php開源 > 綜合技術 > android-Camera.Parameters

android-Camera.Parameters

來源:程序員人生   發布時間:2016-07-11 15:40:39 閱讀次數:5484次

Camera.Parameters

public class Camera.Parameters 
extends Object 

java.lang.Object
   ? android.hardware.Camera.Parameters


This class was deprecated in API level 21.
We recommend using the new android.hardware.camera2 API for new applications.

Camera service settings.

To make camera parameters take effect, applications have to call setParameters(Camera.Parameters). For example, after setWhiteBalance(String) is called, white balance is not actually changed until setParameters(Camera.Parameters) is called with the changed parameters object.

讓相機參數生效,利用程序必須調用setParameters(Camera.Parameters)。例如,在setWhiteBalance(String),白平衡實際上其實不是改變直到setParameters(Camera.Parameters)更改的參數對象。

Different devices may have different camera capabilities, such as picture size or flash modes. The application should query the camera capabilities before setting parameters. For example, the application should call getSupportedColorEffects() before calling setColorEffect(String). If the camera does not support color effects, getSupportedColorEffects() will return null.

不同的裝備有不同的相機功能,如圖象大小或閃光模式。利用程序之前應當查詢相機功能設置參數。例如,利用程序應當調用getSupportedColorEffects()調用之前setColorEffect(String)。如果相機不支持色彩效果,getSupportedColorEffects()將返回null。

Summary


Constants

String ANTIBANDING_50HZ

String ANTIBANDING_60HZ

String ANTIBANDING_AUTO

String ANTIBANDING_OFF

String EFFECT_AQUA

String EFFECT_BLACKBOARD

String EFFECT_MONO

String EFFECT_NEGATIVE

String EFFECT_NONE

String EFFECT_POSTERIZE

String EFFECT_SEPIA

String EFFECT_SOLARIZE

String EFFECT_WHITEBOARD

String FLASH_MODE_AUTO

Flash will be fired automatically when required.

Flash在需要時將自動被解雇。

String FLASH_MODE_OFF

Flash will not be fired.

Flash不會被解雇。

String FLASH_MODE_ON

Flash will always be fired during snapshot.

Flash在快照總是會被解雇。

String FLASH_MODE_RED_EYE

Flash will be fired in red-eye reduction mode.

Flash在減少紅眼模式將被解雇。

String FLASH_MODE_TORCH

Constant emission of light during preview, auto-focus and snapshot.

常數光線發射在預覽,自動對焦和快照。

int FOCUS_DISTANCE_FAR_INDEX

The array index of far focus distance for use with getFocusDistances(float[]).

焦點距離遠的數組索引使用getFocusDistances(float[]).

int FOCUS_DISTANCE_NEAR_INDEX

The array index of near focus distance for use with getFocusDistances(float[]).

焦點距離附近的數組索引使用getFocusDistances(float[])。

int FOCUS_DISTANCE_OPTIMAL_INDEX

The array index of optimal focus distance for use with getFocusDistances(float[]).

最好聚焦距離的數組索引使用getFocusDistances(float[])。

String FOCUS_MODE_AUTO

Auto-focus mode.

自動對焦模式。

String FOCUS_MODE_CONTINUOUS_PICTURE

Continuous auto focus mode intended for taking pictures.

連續自動對焦模式用于拍照。

String FOCUS_MODE_CONTINUOUS_VIDEO

Continuous auto focus mode intended for video recording.

連續自動對焦模式用于錄相。

String FOCUS_MODE_EDOF

Extended depth of field (EDOF).

擴大景深(EDOF)。

String FOCUS_MODE_FIXED

Focus is fixed.

焦點是固定的。

String FOCUS_MODE_INFINITY

Focus is set at infinity.

焦點是無窮。

String FOCUS_MODE_MACRO

Macro (close-up) focus mode.

int PREVIEW_FPS_MAX_INDEX

The array index of maximum preview fps for use with getPreviewFpsRange(int[]) or getSupportedPreviewFpsRange().

最大預覽fps的數組索引使用getPreviewFpsRange(int[])或getSupportedPreviewFpsRange()。

int PREVIEW_FPS_MIN_INDEX

The array index of minimum preview fps for use with getPreviewFpsRange(int[]) or getSupportedPreviewFpsRange().

最低預覽fps的數組索引使用getPreviewFpsRange(int[])或getSupportedPreviewFpsRange()。

String SCENE_MODE_ACTION

Take photos of fast moving objects.

拍攝快速移動的物體。

String SCENE_MODE_AUTO

Scene mode is off.

場景模式。

String SCENE_MODE_BARCODE

Applications are looking for a barcode.

利用程序正在尋覓1個條碼。

String SCENE_MODE_BEACH

Take pictures on the beach.

在海灘上拍照。

String SCENE_MODE_CANDLELIGHT

Capture the naturally warm color of scenes lit by candles.

捕捉場景的自然暖色點燃燭炬。

String SCENE_MODE_FIREWORKS

For shooting firework displays.

拍攝焰火表演。

String SCENE_MODE_HDR

Capture a scene using high dynamic range imaging techniques.

使用高動態范圍成像技術捕捉1個場景。

String SCENE_MODE_LANDSCAPE

Take pictures on distant objects.

拍攝遠處的物體。

String SCENE_MODE_NIGHT

Take photos at night.

晚上拍照。

String SCENE_MODE_NIGHT_PORTRAIT

Take people pictures at night.

晚上拍攝人物照片。

String SCENE_MODE_PARTY

Take indoor low-light shot.

室內光線拍攝。

String SCENE_MODE_PORTRAIT

Take people pictures.

人們拍攝照片。

String SCENE_MODE_SNOW

Take pictures on the snow.

在雪地里拍照。

String SCENE_MODE_SPORTS

Take photos of fast moving objects.

拍攝快速移動的物體。

String SCENE_MODE_STEADYPHOTO

Avoid blurry pictures (for example, due to hand shake).

避免模糊的圖片(例如,由于握手)。

String SCENE_MODE_SUNSET

Take sunset photos.

日落的照片。

String SCENE_MODE_THEATRE

Take photos in a theater.

在劇院拍照。

String WHITE_BALANCE_AUTO

String WHITE_BALANCE_CLOUDY_DAYLIGHT

String WHITE_BALANCE_DAYLIGHT

String WHITE_BALANCE_FLUORESCENT

String WHITE_BALANCE_INCANDESCENT

String WHITE_BALANCE_SHADE

String WHITE_BALANCE_TWILIGHT

String WHITE_BALANCE_WARM_FLUORESCENT

Public methods

String flatten()

Creates a single string with all the parameters set in this Parameters object.

String get(String key)

Returns the value of a String parameter.

String getAntibanding()

Gets the current antibanding setting.

boolean getAutoExposureLock()

Gets the state of the auto-exposure lock.

boolean getAutoWhiteBalanceLock()

Gets the state of the auto-white balance lock.

String getColorEffect()

Gets the current color effect setting.

int getExposureCompensation()

Gets the current exposure compensation index.

float getExposureCompensationStep()

Gets the exposure compensation step.

String getFlashMode()

Gets the current flash mode setting.

float getFocalLength()

Gets the focal length (in millimeter) of the camera.

List<Camera.Area> getFocusAreas()

Gets the current focus areas.

void getFocusDistances(float[] output)

Gets the distances from the camera to where an object appears to be in focus.

String getFocusMode()

Gets the current focus mode setting.

float getHorizontalViewAngle()

Gets the horizontal angle of view in degrees.

int getInt(String key)

Returns the value of an integer parameter.

int getJpegQuality()

Returns the quality setting for the JPEG picture.

int getJpegThumbnailQuality()

Returns the quality setting for the EXIF thumbnail in Jpeg picture.

Camera.Size getJpegThumbnailSize()

Returns the dimensions for EXIF thumbnail in Jpeg picture.

int getMaxExposureCompensation()

Gets the maximum exposure compensation index.

int getMaxNumDetectedFaces()

Gets the maximum number of detected faces supported.

int getMaxNumFocusAreas()

Gets the maximum number of focus areas supported.

int getMaxNumMeteringAreas()

Gets the maximum number of metering areas supported.

int getMaxZoom()

Gets the maximum zoom value allowed for snapshot.

List<Camera.Area> getMeteringAreas()

Gets the current metering areas.

int getMinExposureCompensation()

Gets the minimum exposure compensation index.

int getPictureFormat()

Returns the image format for pictures.

Camera.Size getPictureSize()

Returns the dimension setting for pictures.

Camera.Size getPreferredPreviewSizeForVideo()

Returns the preferred or recommended preview size (width and height) in pixels for video recording.

int getPreviewFormat()

Returns the image format for preview frames got from Camera.PreviewCallback.

void getPreviewFpsRange(int[] range)

Returns the current minimum and maximum preview fps.

int getPreviewFrameRate()

This method was deprecated in API level 9. replaced by getPreviewFpsRange(int[])

Camera.Size getPreviewSize()

Returns the dimensions setting for preview pictures.

String getSceneMode()

Gets the current scene mode setting.

List<String> getSupportedAntibanding()

Gets the supported antibanding values.

List<String> getSupportedColorEffects()

Gets the supported color effects.

List<String> getSupportedFlashModes()

Gets the supported flash modes.

List<String> getSupportedFocusModes()

Gets the supported focus modes.

List<Camera.Size> getSupportedJpegThumbnailSizes()

Gets the supported jpeg thumbnail sizes.

List<Integer> getSupportedPictureFormats()

Gets the supported picture formats.

List<Camera.Size> getSupportedPictureSizes()

Gets the supported picture sizes.

List<Integer> getSupportedPreviewFormats()

Gets the supported preview formats.

List<int[]> getSupportedPreviewFpsRange()

Gets the supported preview fps (frame-per-second) ranges.

List<Integer> getSupportedPreviewFrameRates()

This method was deprecated in API level 9. replaced by getSupportedPreviewFpsRange()

List<Camera.Size> getSupportedPreviewSizes()

Gets the supported preview sizes.

List<String> getSupportedSceneModes()

Gets the supported scene modes.

List<Camera.Size> getSupportedVideoSizes()

Gets the supported video frame sizes that can be used by MediaRecorder.

List<String> getSupportedWhiteBalance()

Gets the supported white balance.

float getVerticalViewAngle()

Gets the vertical angle of view in degrees.

boolean getVideoStabilization()

Get the current state of video stabilization.

String getWhiteBalance()

Gets the current white balance setting.

int getZoom()

Gets current zoom value.

List<Integer> getZoomRatios()

Gets the zoom ratios of all zoom values.

boolean isAutoExposureLockSupported()

Returns true if auto-exposure locking is supported.

boolean isAutoWhiteBalanceLockSupported()

Returns true if auto-white balance locking is supported.

boolean isSmoothZoomSupported()

Returns true if smooth zoom is supported.

boolean isVideoSnapshotSupported()

Returns true if video snapshot is supported.

生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關閉
程序員人生
主站蜘蛛池模板: 国产精品国产三级国产在线观看 | 成人影院wwwwwwwwwww | a级网站在线观看 | 成人自拍视频在线 | 波多野结衣视频在线 | 手机精品视频在线观看免费 | 成人午夜在线 | 成人久久免费视频 | 久久国产精品成人免费 | 亚洲码欧美码一区二区三区 | 国产高清毛片 | 韩国三级hd中文字幕一男多女 | 亚洲欧美一区二区三区九九九 | 欧美综合网站 | 三级理论中文字幕在线播放 | 伊人不卡 | 丁香综合五月 | 一区二区视频在线观看高清视频在线 | 午夜影院网站 | 欧美 亚洲 一区 | 国产精品国产亚洲精品看不卡 | 国产h在线 | poronovideos德国极品 | 欧美一级视频免费 | 69av在线播放 | 亚洲精品亚洲人成在线播放 | www.91色.com| 亚洲 春色 古典 小说 自拍 | 性欧美videofree丝袜 | 波多野结衣综合 | 亚洲乱码一二三四区麻豆 | 亚洲综合校园春色 | 邪恶亚洲 | 亚洲天堂精品在线观看 | 国内精品视频 在线播放 | 国产视频h| 美国激情ap毛片 | 亚洲精品中文字幕乱码三区 | 国产亚洲精品美女一区二区 | 天天综合网天天做天天受 | 一级毛片在线 |