Class PhotoCaptureFrame
Inheritance
PhotoCaptureFrame
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
|
Improve this Doc
View Source
hasLocationData
Declaration
public bool hasLocationData { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public CapturePixelFormat pixelFormat { get; }
Property Value
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
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
GetUnsafePointerToBuffer()
Declaration
public IntPtr GetUnsafePointerToBuffer()
Returns
|
Improve this Doc
View Source
TryGetCameraToWorldMatrix(out Matrix4x4)
Declaration
public bool TryGetCameraToWorldMatrix(out Matrix4x4 cameraToWorldMatrix)
Parameters
Type |
Name |
Description |
Matrix4x4 |
cameraToWorldMatrix |
|
Returns
|
Improve this Doc
View Source
TryGetProjectionMatrix(Single, Single, out Matrix4x4)
Declaration
public bool TryGetProjectionMatrix(float nearClipPlane, float farClipPlane, out Matrix4x4 projectionMatrix)
Parameters
Returns
|
Improve this Doc
View Source
TryGetProjectionMatrix(out Matrix4x4)
Declaration
public bool TryGetProjectionMatrix(out Matrix4x4 projectionMatrix)
Parameters
Type |
Name |
Description |
Matrix4x4 |
projectionMatrix |
|
Returns
|
Improve this Doc
View Source
UploadImageDataToTexture(Texture2D)
Declaration
public void UploadImageDataToTexture(Texture2D targetTexture)
Parameters
Type |
Name |
Description |
Texture2D |
targetTexture |
|
Implements
Extension Methods