1. OVR Toolkit
  2. News
  3. Changelog for 30-08-2021

Changelog for 30-08-2021

30-08-2021

Added:
- Added webcam capturing support.

Bug fixes:
- Added workaround to resolve a crash related to a buggy Windows update.
- Chrome Speech Proxy now stops performing speech recognition when the keyboard is closed.
- Fixed process name based window size saving affecting some window sizes when starting the program/changing profile.

Custom App changes:
- Web API call for 'GetOverlayTransform' now returns local-space position and rotation when the overlay is attached to a device.
- Fixed Custom Apps debug page showing rotation as Quaternions not EulerAngles. (EulerAngles are used when setting rotation)
- Custom Apps debug 'Copy to clipboard' now copies the stringified JSON for 'OverlayTransform', can be used directly in a Custom App to spawn an overlay in the same position.
- Added Web API support for setting an overlay to display a webcam. (OverlayType 3 is now Webcam)
- Added 'getWristwatchTransform' call to return the wristwatch's position, rotation, and attached hand.