checkPhotoscene: Check Reality Capture Processing Progress.

View source: R/realityCapture.R

checkPhotosceneR Documentation

Check Reality Capture Processing Progress.

Description

Poll the processing status of a photoscene. Use waitForPhotoscene to block until processing completes.

Usage

checkPhotoscene(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 checkPhotoscene containing resp$content$photoscene$progress (percentage string) and resp$content$photoscene$progressmsg.

Examples

## Not run: 
status <- checkPhotoscene(photoscene_id = myPhotosceneId, token = myToken)
status$content$photoscene$progress

## End(Not run)

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