You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Romidata REST API, when requesting a scan, camera poses are associated with raw images from the camera. This need to be separated, to allow the visualizer to display different sets of images.
Currently, the JSON sent when requesting a scan looks like this :
camera
...
poses
0
photoUri: /files/scanid/...
thumbnailUri: /files/scanid/...
...
1
...
...
My suggestion is that it becomes something like this :
camera
...
poses
...
images
raw
0
photoUri: /files/scanid/...
thumbnailUri: /files/scanid/...
1
...
...
undistorted
....
....
The text was updated successfully, but these errors were encountered:
In the Romidata REST API, when requesting a scan, camera poses are associated with raw images from the camera. This need to be separated, to allow the visualizer to display different sets of images.
Currently, the JSON sent when requesting a scan looks like this :
/files/scanid/...
/files/scanid/...
My suggestion is that it becomes something like this :
/files/scanid/...
/files/scanid/...
The text was updated successfully, but these errors were encountered: