Class CameraDisplaySettings
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode.
public class CameraDisplaySettings
- Inheritance
-
objectCamera
Display Settings
Properties
View SourceFlip
The display flip.
Declaration
public Flips Flip { get; set; }
Property Value
Remarks
This property is meaningful only in overlay or EVAS surface display type.
Exceptions
Type | Condition |
---|---|
System. |
Display flip type is incorrect. |
System. |
The camera has already been disposed. |
Mode
The display mode.
Declaration
public CameraDisplayMode Mode { get; set; }
Property Value
Type | Description |
---|---|
Camera |
A Camera |
Remarks
This property is meaningful only in overlay or EVAS surface display type.
Exceptions
Type | Condition |
---|---|
System. |
Display mode type is incorrect. |
System. |
The camera has already been disposed. |
RoiArea
the ROI(Region Of Interest) area of display.
Declaration
public Rectangle RoiArea { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
Remarks
This property is meaningful only in overlay or EVAS surface display type.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |
Rotation
The display rotation.
Declaration
public Rotation Rotation { get; set; }
Property Value
Remarks
This property is meaningful only in overlay or EVAS surface display type.
Exceptions
Type | Condition |
---|---|
System. |
Display rotation type is incorrect. |
System. |
The camera has already been disposed. |
Visible
The display visibility.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
bool | true if camera display is visible, otherwise false. |
Remarks
This property is meaningful only in overlay or EVAS surface display type.
Exceptions
Type | Condition |
---|---|
System. |
The camera has already been disposed. |