Show / Hide Table of Contents

Class PhotoCaptureFrame

Inheritance
Object
PhotoCaptureFrame
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.XR.WSA.WebCam
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.WebCam")]
public sealed class PhotoCaptureFrame : IDisposable

Properties

| Improve this Doc View Source

dataLength

Declaration
public int dataLength { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

hasLocationData

Declaration
public bool hasLocationData { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

pixelFormat

Declaration
public CapturePixelFormat pixelFormat { get; }
Property Value
Type Description
CapturePixelFormat

Methods

| Improve this Doc View Source

CopyRawImageDataIntoBuffer(List<Byte>)

Declaration
public void CopyRawImageDataIntoBuffer(List<byte> byteBuffer)
Parameters
Type Name Description
List<Byte> byteBuffer
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

GetUnsafePointerToBuffer()

Declaration
public IntPtr GetUnsafePointerToBuffer()
Returns
Type Description
IntPtr
| Improve this Doc View Source

TryGetCameraToWorldMatrix(out Matrix4x4)

Declaration
public bool TryGetCameraToWorldMatrix(out Matrix4x4 cameraToWorldMatrix)
Parameters
Type Name Description
Matrix4x4 cameraToWorldMatrix
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetProjectionMatrix(Single, Single, out Matrix4x4)

Declaration
public bool TryGetProjectionMatrix(float nearClipPlane, float farClipPlane, out Matrix4x4 projectionMatrix)
Parameters
Type Name Description
Single nearClipPlane
Single farClipPlane
Matrix4x4 projectionMatrix
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetProjectionMatrix(out Matrix4x4)

Declaration
public bool TryGetProjectionMatrix(out Matrix4x4 projectionMatrix)
Parameters
Type Name Description
Matrix4x4 projectionMatrix
Returns
Type Description
Boolean
| Improve this Doc View Source

UploadImageDataToTexture(Texture2D)

Declaration
public void UploadImageDataToTexture(Texture2D targetTexture)
Parameters
Type Name Description
Texture2D targetTexture

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX