Classes | |
| struct | LocationData |
| Location information. More... | |
| class | Location |
| Class representing location information. More... | |
| struct | CameraSize |
| Resolution of the camera image. More... | |
| struct | CameraInfo |
| Detailed information of the camera. More... | |
| class | Camera |
| Class representing a camera. More... | |
| class | CameraImportDialog |
| Common dialog class to take a photograph. More... | |
| class | PhotoImportDialog |
| Common dialog class to select a photograph. More... | |
Enumerations | |
| enum | LocationDeviceType { None = 0, Gps = 1 << 0, Wifi = 1 << 1, Cell3G = 1 << 2, Unknown = 0x80000000 } |
Type of location device. More... | |
| enum | CameraFacing { Back = 0, Front = 1 } |
Camera orientation. More... | |
| enum | CameraImageFormat { Rgb565 = 0, Rgba8888 = 1 } |
Data format of the stream. More... | |
| enum | CameraState { Closed = 0, Stopped = 1, Running = 2, TakingPicture = 3 } |
Operational state of the camera. More... | |
| enum | PictureState { Idle = 0, Running = 1, Finishied = 2, Failed = -1 } |
Picture state. More... | |
| enum CameraFacing |
Camera orientation.
| enum CameraImageFormat |
| enum CameraState |
| enum LocationDeviceType |
| enum PictureState |