View source: R/realityCapture.R
| checkPhotoscene | R Documentation |
Poll the processing status of a photoscene. Use
waitForPhotoscene to block until processing completes.
checkPhotoscene(photoscene_id = NULL, token = NULL)
photoscene_id |
A string. Photoscene ID returned by
|
token |
A string or |
An object of class checkPhotoscene containing
resp$content$photoscene$progress (percentage string) and
resp$content$photoscene$progressmsg.
## Not run:
status <- checkPhotoscene(photoscene_id = myPhotosceneId, token = myToken)
status$content$photoscene$progress
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.