View source: R/realityCapture.R
| createPhotoscene | R Documentation |
Create a new photoscene for photogrammetry processing using the Reality
Capture API. Upload images with uploadImages, then start
processing with processPhotoscene.
createPhotoscene(name = NULL, format = "rcm", token = NULL)
name |
A string. Name for the photoscene. |
format |
A string. Output format. One of |
token |
A string or |
An object of class createPhotoscene containing the
photosceneid at resp$content$photoscene$photosceneid.
## Not run:
ps <- createPhotoscene(name = "my-scene", format = "obj", token = myToken)
myPhotosceneId <- ps$content$photoscene$photosceneid
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.