View source: R/realityCapture.R
| processPhotoscene | R Documentation |
Initiate photogrammetry processing for a photoscene that has had images
uploaded via uploadImages.
processPhotoscene(photoscene_id = NULL, token = NULL)
photoscene_id |
A string. Photoscene ID returned by
|
token |
A string or |
An object of class processPhotoscene containing the
processing response.
## Not run:
proc <- processPhotoscene(photoscene_id = myPhotosceneId, token = myToken)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.