google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.91k stars 1.2k forks source link

How to switch between video playback and live camera feeds #1592

Open e4basil opened 1 year ago

e4basil commented 1 year ago

How to switch between video playback and live camera feeds in a single button click. I use setPlaybackDatasetUri('path') for setting video playback and setPlaybackDataset(null) for switching back to live camera feeds. now it is deprecated in the newer version of Arcore. is there any alternative method or way to accomplish