问题标签 [autodesk-realitycapture]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
autodesk-forge - How to receive the RealityCapture results on an email address
I would like to automate the sending of the results (.obj, orthophoto) on my email address and not have to wait for the processing to finish to start the downloading.
I uploaded my images on the Photoscene and I launched the processing successfully. Furthermore, I added into the Photoscene parameter callback "email://myadress@mail.com". To summarize, I implemented the "Create 3D Mesh from Photos" tutorial without the last 2 steps.
However, I still haven't received anything until now to my email address. So, I am wondering if there is an additional step I am missing to get my result automatically or more generally if it is even possible ?
autodesk-forge - Reality Capture 输出文件以伪造查看器
有什么办法可以让我在 forge Viewer 中看到 Reality Capture API 输出文件的结果,还是我需要先下载然后再上传这是唯一的选择?
autodesk-forge - 结果文件的格式不是我要求的
去年 12 月,我能够按照这个说明创建带有现实捕捉的 fbx 文件。
几个月过去了,最近我尝试用完全相同的照片再次创建 fbx 文件。
在创建新照片场景时,我已将格式设置为 fbx,如下所示:
结果是 3dp 文件,这不是我所期望的。
我能够下载文件,但无法打开它。可能有办法将其转换为 fbx,但我正在制作的服务的性质没有空间。
我应该怎么做才能解决这个问题?
autodesk-realitycapture - 过程以 100% 的进度和错误结束,同时为图像使用预签名的 url
使用 Mac,语言 .NET
照片场景 ID:krb1VCLBHop1AdbAdPtm96PWtCfsbncmfSXdSG5eUYM
我正在尝试从移动设备上传图像以创建对象的 3d 模型。直接上传本地图片有一些问题,所以我在 AWS S3 上上传了图片并生成了预签名的 url。这些 url 在文件上传curl命令中使用。
结果显示没有错误消息。
处理以错误结束
检查文件链接。图像显示正确,可以下载。格式为.jpg。
检查照片场景属性,发现 error_msg_id
"error_msg_id":"262"
包括错误处理文档在内的任何地方都找不到错误代码的含义
我不知道从这里做什么,因为错误消息没有指定到底出了什么问题。
node.js - Autodesk Forge - 现实捕捉问题 - 数据库中不存在指定的 Photoscene ID
在我创建了一个场景之后,我正在尝试将我的文件作为表单数据上传。但我总是收到错误“数据库中不存在指定的 Photoscene ID”(之前直接创建)。
我的上传功能:
我也尝试了一些变种,例如将photosceneId 添加到表单数据(form.append(..),但也不起作用。
任何有用的建议表示赞赏。提前谢谢。