Skip to content

Releases: UCA4SVR/TOUCAN-VR

TOUCAN_VR

20 Mar 16:52
80cab50
Compare
Choose a tag to compare

This version is the final one implementing streaming, discarding and dynamic editing techniques.
This version has been used for carrying out the experiments.

TOUCAN_VR

20 Feb 21:00
045c912
Compare
Choose a tag to compare

This version is the final one implementing streaming, discarding and dynamic editing techniques.
This version has been used for carrying out the experiments.

v0.4.0

27 Apr 09:08
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Pre-release working with TOUCAN-parametrizer 1.1.0.

The app supports reading DASH-SRD described videos tiled with rectangular tiles.
The tiles can be defined using a similar format as SRD, but using only one reference size (height and width) for the tiling grid.
The parametrizer app fires intents that launch TOUCAN-VR providing parameters to read a given video and activating different logging facilities.

  • Now uses the intent to setup the parameters
    • Supported parameters:

      Key Type Description
      videoLink String URI to the video
      videoName String Prefix for the logs files
      minBufferSize Integer Minimum size of buffer the player tries to ensure
      maxBufferSize Integer Maximum size of the buffer
      bufferForPlayback Integer Size of the startup buffer
      bufferForPlaybackAR Integer Size of the startup buffer after rebuffering events
      bandwidthLogging Boolean Do we enable bandwidth logging ?
      headMotionLogging Boolean Do we enable head motion logging ?
      W Integer Width of the grid used to define tiles
      H Integer Height of the grid used to define tiles
      tilesCSV String Definition of the tiles in csv containing x,y,w,h for each tile
  • Default values are provided if the app is launched without using an intent
    (intended for development purposes only).

v0.3.1

27 Apr 09:04
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Pre-release done retroactively for history sanity.

V 0.3.1

  • No hole in the top of the sphere
  • Texture applied correctly on the hole sphere

v0.3.0

27 Apr 09:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Pre-release done retroactively for history sanity.

V 0.3.0

  • Now handling dash SRD
  • One renderer is used for each tile
  • Can create a tiled sphere object to display the video

v0.2.0

27 Apr 09:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Pre-release done retroactively for history sanity.
Just started the work at this point.

V 0.2.0

  • Now uses exoplayer 2
  • Logging with logback
  • Logs bandwidth consumption
  • Logs head motion
  • Support for permissions queries

V 0.1.0

  • Reads videos to the Gear VR HMD using exoplayer