Class CameraSettings
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The camera setting class provides methods/properties to get and set basic camera attributes.
C#
Copy
public class CameraSettings
- Inheritance
-
objectCamera
Settings
Properties
AntiShake
The anti shake feature. If true, the antishake feature is enabled, otherwise false.
Declaration
C#
Copy
public bool AntiShake { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public bool AutoContrast { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraAutoFocusMode AutoFocusMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Brightness { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range BrightnessRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
Declaration
C#
Copy
public CameraPixelFormat CapturePixelFormat { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Size CaptureResolution { get; set; }
Property Value
Type | Description |
---|---|
Size |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Contrast { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range ContrastRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the mininum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
Declaration
C#
Copy
public CameraEffectMode Effect { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public bool EnableTag { get; set; }
Property Value
Type | Description |
---|---|
bool | true if EXIF tags are enabled in the JPEG file, otherwise false. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int EncodedPreviewBitrate { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int EncodedPreviewGopInterval { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Exposure { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraExposureMode ExposureMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range ExposureRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
Declaration
C#
Copy
public CameraFlashMode FlashMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int FocusLevel { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range FocusLevelRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
Focus level is not supported. |
Declaration
C#
Copy
public int Gain { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range GainRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
Gain is not supported. |
Declaration
C#
Copy
public int GainStep { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Location GeoTag { get; set; }
Property Value
Type | Description |
---|---|
Location |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraHdrMode HdrMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Remarks
Taking multiple pictures at different exposure levels and intelligently stitching them together, so that we eventually arrive at a picture that is representative in both dark and bright areas. If this attribute is set, then event handler set for the HdrCaptureProgress event is invoked.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Hue { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range? HueRange { get; }
Property Value
Type | Description |
---|---|
Range? |
Remarks
If HueRange returns null, it means that hue feature is not supported.
It can be checked also with Is
See Also
Declaration
C#
Copy
public string ImageDescriptionTag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int ImageQuality { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraIsoLevel IsoLevel { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int LensOrientation { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraTagOrientation OrientationTag { get; set; }
Property Value
Type | Description |
---|---|
Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range PanRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
Declaration
C#
Copy
public CameraFps PreviewFps { get; set; }
Property Value
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraPixelFormat PreviewPixelFormat { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Size PreviewResolution { get; set; }
Property Value
Type | Description |
---|---|
Size |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraPtzType PtzType { set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Size RecommendedPreviewResolution { get; }
Property Value
Type | Description |
---|---|
Size |
Remarks
Depending on the capture resolution aspect ratio and the display resolution, the recommended preview resolution is determined.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Saturation { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range SaturationRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
Saturation is not supported. |
Declaration
C#
Copy
public CameraSceneMode SceneMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int Sharpness { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range SharpnessRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
Sharpness is not supported. |
Declaration
C#
Copy
public string SoftwareTag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Flips StreamFlip { get; set; }
Property Value
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Rotation StreamRotation { get; set; }
Property Value
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraTheaterMode TheaterMode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Remarks
If you want to display the preview image on the external display with the full screen mode, use this property.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range TiltRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
VideoStabilization
Enables or disables the video stabilization feature. If true, video stabilization is enabled, otherwise false.
Declaration
C#
Copy
public bool VideoStabilization { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
If video stabilization is enabled, zero shutter lag is disabled. This feature is used to record a video.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public CameraWhiteBalance WhiteBalance { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int WhiteBalanceTemperature { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
WhiteBalanceTemperatureRange
Gets the available camera white balance temperature value range.
Declaration
C#
Copy
public Range WhiteBalanceTemperatureRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
WhiteBalanceTemperatureRange is not supported. |
Declaration
C#
Copy
public int WhiteBalanceTemperatureStep { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
ZoomLevel
The zoom level. The range for the zoom level is received from the ZoomRange property.
Declaration
C#
Copy
public int ZoomLevel { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Range ZoomRange { get; }
Property Value
Type | Description |
---|---|
Range |
Remarks
If the minimum value is greater than the maximum value, it means this feature is not supported.
Exceptions
Type | Condition |
---|---|
System. |
In case of this feature is not supported. |
Methods
Declaration
C#
Copy
public void ClearFocusArea()
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
DisableShutterSound(bool)
Turn the shutter sound on or off, if it is permitted by policy.
Declaration
C#
Copy
public void DisableShutterSound(bool shutterSound)
Parameters
Type | Name | Description |
---|---|---|
bool | shutterSound | Shutter sound On/Off flag |
Remarks
If this value is true, shutter sound will be disabled, otherwise enabled. In some countries, this operation is not permitted.
Exceptions
Type | Condition |
---|---|
System. |
Disabling shutter sound is not permitted. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int GetExtraPreviewBitrate(int streamId)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
Returns
Type | Description |
---|---|
int | A bitrate of extra stream. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
GetExtraPreviewGopInterval(int)
Gets the GOP(Group Of Pictures) interval of extra preview with given stream ID.
Declaration
C#
Copy
public int GetExtraPreviewGopInterval(int streamId)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
Returns
Type | Description |
---|---|
int | A GOP interval of extra preview. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public Rotation GetExtraPreviewRotation(int streamId)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
Returns
Type | Description |
---|---|
Rotation | A rotation of extra preview. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public ExtraPreviewStreamInfo GetExtraPreviewStreamInfo(int streamId)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
Returns
Type | Description |
---|---|
Extra |
A extra stream information. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int GetPan()
Returns
Type | Description |
---|---|
int | Returns the camera's horizontal position. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public int GetTilt()
Returns
Type | Description |
---|---|
int | Returns the current vertical position. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
RemoveGeoTag()
Removes the geo tag(GPS data) in the EXIF(EXchangeable Image File format) tag.
Declaration
C#
Copy
public void RemoveGeoTag()
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public void SetAutoFocusArea(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | X position. |
int | y | Y position. |
Remarks
Camera
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
In case of any invalid operations. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public void SetAutoFocusArea(Point pos)
Parameters
Remarks
Camera
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
In case of any invalid operations. |
System. |
The camera has already been disposed. |
SetExtraPreviewBitrate(int, int)
Sets the bitrate of extra preview with given stream ID.
Declaration
C#
Copy
public void SetExtraPreviewBitrate(int streamId, int bitrate)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
int | bitrate | The bitrate for extra preview. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
SetExtraPreviewGopInterval(int, int)
Sets The GOP(Group Of Pictures) interval of extra preview with given stream ID.
Declaration
C#
Copy
public void SetExtraPreviewGopInterval(int streamId, int gopInterval)
Parameters
Type | Name | Description |
---|---|---|
int | streamId | The stream ID. |
int | gopInterval | The GOP interval for extra preview. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
SetExtraPreviewStreamInfo(ExtraPreviewStreamInfo)
Sets the information of extra preview stream.
Declaration
C#
Copy
public void SetExtraPreviewStreamInfo(ExtraPreviewStreamInfo info)
Parameters
Type | Name | Description |
---|---|---|
Extra |
info | The extra preview stream information. |
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public void SetPan(CameraPtzMoveType type, int panStep)
Parameters
Type | Name | Description |
---|---|---|
Camera |
type | The PTZ move type. Camera |
int | panStep | The pan step. |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |
Declaration
C#
Copy
public void SetTilt(CameraPtzMoveType type, int tiltStep)
Parameters
Type | Name | Description |
---|---|---|
Camera |
type | the PTZ move type. |
int | tiltStep | The tilt step. |
Exceptions
Type | Condition |
---|---|
System. |
In case of invalid parameters. |
System. |
The camera has already been disposed. |