Skip to content

UXR.QuestCamera v2.4.0

Choose a tag to compare

@Uralstech Uralstech released this 01 Apr 14:37
· 143 commits to master since this release
e9cacb0

What's Changed?

This update contains a new on-demand SurfaceTexture-based capture session and some performance improvements and bugfixes for the normal capture sessions.

Breaking Changes

  • Most properties and methods in SurfaceTextureCaptureSession are now protected and virtual to accommodate for the new OnDemandSurfaceTextureCaptureSession.
  • CameraFrameForwarder.GetBufferPointer and CameraFrameForwarder.onFrameReady have been replaced with a direct override to AndroidJavaProxy's IntPtr Invoke(string, IntPtr) which will call CameraFrameForwarder.OnFrameReady directly.

Added

  • Added new OnDemandSurfaceTextureCaptureSession, equivalent to OnDemandCaptureSession.

Fixes

  • Fixed YUV to RGBA conversion compute shader with better conversion coefficients.
  • Fixed OpenGL global resources not being released by the native plugin.

Full Changelog: 2.3.0...2.4.0