arcore-unity-sdk icon indicating copy to clipboard operation
arcore-unity-sdk copied to clipboard

Unable to record with Recording API

Open danem opened this issue 3 years ago • 0 comments

SPECIFIC ISSUE ENCOUNTERED

When using the recording API described here, Session.RecordingStatus continually returns None. Looking at the logs I found this message:

05-12 19:10:27.839  5330  6358 D ARCore-Api: ArRecordingConfig_create(<ptr>) (7 skipped)
05-12 19:10:27.839  5330  6358 I native  : session.cc:3839 Color stream recording enabled, but not recording because color stream resolution matches motion tracking resolution.
05-12 19:10:27.839  5330  6358 I native  : session.cc:3875 Tried to record stereo images, but couldn't find a secondary stream to record
05-12 19:10:27.840  5330  6358 I native  : session.cc:3891 Tried to record depth images, but could not find a stream to record.

I'm unsure what these messages are meant to indicate. If this error is specific to my device, it may mean the documentation should reflect the limitation.

VERSIONS USED

  • Unity: 2020.3.6f1.312
  • ARCore SDK for Unity: 1.23.0
  • Device manufacturer, model, and O/S: Samsung Galaxy S21 Ultra 5G
  • Google Play Services for AR (ARCore): 1.24.210950403
  • Output of adb shell getprop ro.build.fingerprint: samsung/p3quew/p3q:11/RP1A.200720.012/G998U1UEU2AUC8:user/release-keys

STEPS TO REPRODUCE THE ISSUE

  1. Use recording API as described in documentation.

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

Thanks!

danem avatar May 13 '21 02:05 danem