public class
CameraConfig
Provides details of a camera configuration such as size of the CPU image and GPU texture.
Nested Classes
enum
|
CameraConfig.DepthSensorUsage |
Depth sensor usage. | |
enum
|
CameraConfig.FacingDirection |
Describes the direction a camera looks relative to the device. | |
enum
|
CameraConfig.StereoCameraUsage |
Stereo camera usage. | |
enum
|
CameraConfig.TargetFps |
Target camera capture frame rates. |
Public Methods
String
|
getCameraId()
Gets the camera identifier associated with this config.
|
CameraConfig.DepthSensorUsage
|
getDepthSensorUsage()
Obtains the depth sensor usage for the current camera config.
|
CameraConfig.FacingDirection
|
getFacingDirection()
Returns the direction a camera is facing relative to the device.
|
Range<Integer>
|
getFpsRange()
Obtains the minimum and maximum camera capture rate in frames per second (fps) for the current
camera config.
|
Size
|
getImageSize()
Gets the dimensions of the image frames for processing that are sent on CPU stream.
|
CameraConfig.StereoCameraUsage
|
getStereoCameraUsage()
Obtains the stereo multi-camera usage for the
current camera config.
|
Size
|
getTextureSize()
Gets the dimensions of the image frames for texture that are sent on GPU stream.
|