Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate camera pose information from images #29

Open
Raphalex46 opened this issue Jun 19, 2020 · 0 comments
Open

Separate camera pose information from images #29

Raphalex46 opened this issue Jun 19, 2020 · 0 comments

Comments

@Raphalex46
Copy link
Contributor

Raphalex46 commented Jun 19, 2020

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
      • ....
    • ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant