View source: R/realityCapture.R
| uploadImages | R Documentation |
Upload one or more image files to an existing photoscene for Reality Capture processing.
uploadImages(photoscene_id = NULL, files = NULL, token = NULL)
photoscene_id |
A string. Photoscene ID returned by
|
files |
A character vector. Local file paths to image files (JPEG or PNG). |
token |
A string or |
An object of class uploadImages containing the upload
response.
## Not run:
imgs <- uploadImages(
photoscene_id = myPhotosceneId,
files = c("img1.jpg", "img2.jpg", "img3.jpg"),
token = myToken
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.