Community
ReCap Forum
Welcome to Autodesk’s ReCap Forums. Share your knowledge, ask questions, and explore popular ReCap topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reality Capture Api is not working- throwing error every time, i create Photoscene, and add images but it's throw error. generate crashed file, without show any error detail.

1 REPLY 1
Reply
Message 1 of 2
m_usman5PKGM
211 Views, 1 Reply

Reality Capture Api is not working- throwing error every time, i create Photoscene, and add images but it's throw error. generate crashed file, without show any error detail.

Here is my GitHub repo link
Waiting for an answer if you guys are not supporting this API's ?

1 REPLY 1
Message 2 of 2
fcaZFBQA
in reply to: m_usman5PKGM

I think the problem is using querystring.stringify, because the output of url are not ok.

 

Try something like this:

 

data: ‘photosceneid=${photosceneId}&type=image&file[0]=${url1}&file[1]=${url2}…’


For URL the output of stringify is wrong:

querystring.stringify({
photosceneid: photosceneId,
type: "image",
'file[0]': 'https://raw.githubusercontent.com/RealityVirtually2019/ideateAR/master/Assets/AutoDesk/leapcontrolle...',
'file[1]': 'https://raw.githubusercontent.com/RealityVirtually2019/ideateAR/master/Assets/AutoDesk/leapcontrolle...',
'file[2]': 'https://raw.githu

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report