Skip to contents

Initiate photogrammetry processing for a photoscene that has had images uploaded via uploadImages.

Usage

processPhotoscene(photoscene_id = NULL, token = NULL)

Arguments

photoscene_id

A string. Photoscene ID returned by createPhotoscene.

token

A string or aps_token object with data:read and data:write scopes.

Value

An object of class processPhotoscene containing the processing response.

Examples

if (FALSE) { # \dontrun{
proc <- processPhotoscene(photoscene_id = myPhotosceneId, token = myToken)
} # }