google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

Unable to record with Recording API #781

Open danem opened 3 years ago

danem commented 3 years ago

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

STEPS TO REPRODUCE THE ISSUE

  1. Use recording API as described in documentation.

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

Thanks!