processPhotoscene: Start Reality Capture Processing.

View source: R/realityCapture.R

processPhotosceneR Documentation

Start Reality Capture Processing.

Description

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

## Not run: 
proc <- processPhotoscene(photoscene_id = myPhotosceneId, token = myToken)

## End(Not run)

AutoDeskR documentation built on May 28, 2026, 5:08 p.m.