Questions tagged [autodesk-realitycapture]
41 questions
0
votes
1 answer
autodesk-forge Photoscene progress API - Photoscene never progresses
I am using the autodesk Forge API calls:
// this call starts processing the xdDFs4kdYMGtjo2B7SA8R7PPVKsFK2tOo3JPRNHMMf0 photoscene
$curl_cmd =
"curl -s $FORGE_URL/photo-to-3d/v1/photoscene/xdDFs4kdYMGtjo2B7SA8R7PPVKsFK2tOo3JPRNHMMf0 " .
…

mcgregor94086
- 1,467
- 3
- 11
- 22
0
votes
0 answers
Error while trying to reconstruct over a particular number of images using the Autodesk Forge ReCap API
I am running a small experiment to crowd source images from users to build mesh models of interiors. I have been working with the ReCap API and it throws me a progress error when I try it with 160 images. My steps are with 40,80,120 and then 160…

Nimalan_Sri
- 11
- 2
0
votes
1 answer
Autodesk forge scenelink download cannot be unzipped
I am trying to create and download a 3D model as described in the Autodesk Forge documentation [here][1]. Everything is fine up through the successful completion of the model.
I download the file with this PHP code:
$curl_cmd ="curl -o…

mcgregor94086
- 1,467
- 3
- 11
- 22
0
votes
1 answer
Error message requesting for download link for Autodesk Forge, Reality Capture API
I have just completed processing a photoscene, but when I try to retrieve the OBJ file from the downlink, I find it is an error file instead. I don't understand what it means about an anonymous GET requests.
Can someone help me out?
curl -s…

mcgregor94086
- 1,467
- 3
- 11
- 22
0
votes
1 answer
Autodesk Forge Reality Capture: Not reconstructing complete meshes
I have lately been working on Forge Reality Capture API and using simple curl commands to reconstruct some scenes from images.
The process goes through smoothly but I never obtain a complete mesh.
1.I have tried increasing the number of images about…

Nimalan_Sri
- 11
- 2
0
votes
1 answer
can't populate files into photoscene - error code=4 msg=Not yet implemented
I am trying, unsuccessfully, to populate files into a photoscene with this curl call:
curl -v 'https://developer.api.autodesk.com/photo-to-3d/v1/file' -X 'POST' -H 'Authorization: Bearer…

mcgregor94086
- 1,467
- 3
- 11
- 22
0
votes
1 answer
"Token does not have the privilege for this request" when trying to create a photoscene
I am trying to create a photoscene. But I am getting an authentication error. I can't tell from the examples what I am doing wrong.
I ran this curl command:
curl -v 'https://developer.api.autodesk.com/photo-to-3d/v1/photoscene' -X 'POST' -H…

mcgregor94086
- 1,467
- 3
- 11
- 22
0
votes
1 answer
Giving position (angle) of camera from which were made photos?
I have very important question for me. I would like to use Autodesk Reality Capture API in my app. I read the documentation to API but I did not find it. I know the position of camera and i would like to send this information to Reality Capture API.…

Peter
- 31
- 1
- 2
0
votes
1 answer
Reality Capture API result availability after scene deletion
After the PhotoScene process is finished, there is available a time-limited HTTPS link to an output file of the specified format and according to the documentation it will expire 7 days after the date of processing completion.
But what will happen…

Augusto Goncalves
- 8,493
- 2
- 17
- 44
-1
votes
1 answer
Processing Depth images
Is it possible to process Depth images (images with Depth metadata or 3D images) with Autodesk Reality Capture? If yes - which format shall I use for that purpose?

Eduard
- 191
- 10
-1
votes
1 answer
What is the content of the elevation map geotiff produced by Autodesk Forge's Reality Capture API?
I am looking for information which describes the elevation map geotiff produced by Autodesk Forge's Reality Capture (Recap) API. Is this a colorized "heatmap" or is this a matrix of elevation values in meters, feet, etc?
I read through the…

imofftoseethewizard
- 51
- 1
- 2