Namespace Microsoft.MixedReality.PhotoCapture
Classes
CameraExtrinsics
Camera extrinsics helper class
CameraFrame
Represents a camera frame, with all format, resolution, properties and pixel data. When finished using a frame, call Release to return to pool.
CameraIntrinsics
Contains information on camera intrinsic parameters. Note: This class wraps logic in Windows.Media.Devices.Core.CameraIntrinsics for use in Unity.
HoloLensCamera
Exposes functionality for all of HoloLens's cameras.
StreamDescription
Class containing data related to a stream description
StreamSelector
Class that helps with picking a specific stream type
Structs
CameraResolution
Struct containing information related to a camera's resolution and framerate.
Enums
CameraState
CameraType
The type of camera
CaptureMode
The mode to run the camera in
PixelFormat
The pixel format of a frame
StreamCompare
Used for comparisons in stream selection
Delegates
OnCameraInitializedHandler
Handler delegate for initialization complete callback.
OnCameraStartedHandler
Handler delegate for camera start complete callback.
OnFrameCapturedHandler
Handler delegate for capturing frames