Initializes new client with specific authentication method
Authentication object,
containing client_id
and client_secret
properties (for 2-legged authentication).
Adds one or more files to a photoscene. Only JPEG images are supported. Maximum number of files in a single request: 20 Maximum size of a single file: 128 MB Maximum uncompressed size of image in memory: 512 MB Note: Uploaded files will be deleted after 30 days. docs.
Specifies the ID of the photoscene to add the files to.
Specifies the type of file being uploaded: image (default) or survey
Specifies the file URLs to be uploaded (i.e. http://, https://). For externally stored files, please verify that the URLs are publically accessible.
A JSON object containing details of the image files uploaded to the photoscene.
Adds one or more files to a photoscene. Only JPEG images are supported. Maximum number of files in a single request: 20 Maximum size of a single file: 128 MB Maximum uncompressed size of image in memory: 512 MB Note: Uploaded files will be deleted after 30 days. docs.
Specifies the ID of the photoscene to add the files to.
Specifies the type of file being uploaded: image (default) or survey
Specifies the local files to be uploaded.
A JSON object containing details of the image files uploaded to the photoscene.
Aborts the processing of a photoscene and marks it as cancelled.
Specifices the ID of the photoscene to cancel.
A JSON object containing information on cancelled job.
Creates new photoscene docs.
Specifies the parameters for the new photoscene.
A JSON object containing details of the photoscene that was created, with property 'photosceneid' ID of the photoscene that was created.
Deletes a photoscene and its associated assets (images, output files, ...).
Specifices the ID of the photoscene to delete.
A JSON object containing information on deleted job.
Returns a time-limited HTTPS link to an output file of the specified format. Note: The link will expire 30 days after the date of processing completion.
Specifies the ID of the photoscene to download the output
A JSON object containing time-bound HTTPS link to the output file.
Returns the processing progress and status of a photoscene.
Specifies the ID of the photoscene to retrieve status
A JSON object containing details of current progress status.
Starts photoscene processing. The main processing steps involve: camera calibration, mesh reconstruction, texturing, and any necessary output file format conversions, in that order. This method should not be called until a photoscene has been created and at least three images have been added to the photoscene. Note: Progress of the processing can be monitored with the GET photoscene/:photosceneid/progress method. docs.
Specifies the ID of the photoscene to start processing.
A JSON object containing a message for current processing job.
Generated using TypeDoc
Client providing access to Autodesk Platform Services reality capture APIs.
realitycapture