Package Sce.PlayStation.Core.Device

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...

Enumeration Type Documentation

Camera orientation.

Enumerator:
Back 

Rear camera.

Front 

Front camera.

Data format of the stream.

Enumerator:
Rgb565 

RGB565 format.

Rgba8888 

RGBA8888 format.

Operational state of the camera.

Enumerator:
Closed 

Stream is not opened.

Stopped 

Stream is stopped.

Running 

Stream is running.

TakingPicture 

Photograph is being taken.

Type of location device.

Enumerator:
None 

There is no device that can calculate location or the device is not ON.

Gps 

GPS.

Wifi 

Wi-Fi.

Cell3G 

3G

Unknown 

Unknown device.

Picture state.

Enumerator:
Idle 

Photograph is not yet taken.

Running 

Photograph is being taken.

Finishied 

Photograph was taken.

Failed 

Failed to take a photograph.