Search code examples
autodesk-forgeautodeskautodesk-realitycapture

Reality Capture API is throwing error. not generating the results


I want to convert my images of an object to 3d model (2d images to 3d image). I used Reality capture API's. which is not working, files are uploaded properly and progress is 100% with error message. i uploaded 25 images of an object.

I try to give multiple object data, but still no luck. I try throw postman, curl and Nodejs example code.

I follow https://aps.autodesk.com/developer/idea/recap-app and https://aps.autodesk.com/blog/hitchhikers-guide-reality-capture-api articles,

here is my code: https://github.com/usmanmanii/Reality-Capture-Api-example

enter image description here


Solution

  • After a lot of effort, I found a solution. I send a different value to "scenetype" equal to "object" and "format" equal to "obj,fbx". Which resolve my issue.

    here is the example code in nodejs (Click Here)

    here is the postman collection (Click Here)

    You can use this photoscreen which shared by @denis-grigor (Click Here)

    Thank you denis-grigor for you feedback.