Capture Pointcloud
Retrieves a point cloud from the camera's captured image.
- Resulting data format depends on stage units (e.g., mm, cm, m).
- downscale_factor determines compression level: 1.0 = full data, <1.0 = compressed.
- Points and normals that came out non-finite are returned as zero vectors, since JSON cannot represent them.
Query parameters
Downscale factor for the point cloud. 1.0 = no compression, 0.1 = heavy compression
Downscale factor for the point cloud. 1.0 = no compression, 0.1 = heavy compression
Path of camera prim. Leave it out to capture through the active viewport camera.
Path of camera prim. Leave it out to capture through the active viewport camera.
Image width in px
Image width in px
Image height in px
Image height in px
Response
Successfully fetched point cloud data
Changes
Changed in 2 of the 13 revisions of this API.13
- ○
the
queryrequest parametercamera_prim_pathbecame optionalrequest-parameter-became-optional
- ○
queryrequest parametercamera_prim_pathlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parametercamera_prim_path, the type was generalized fromstringto no typerequest-parameter-type-generalized
- ○
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲