DECA-135: The /calibration service should provide basic persistence and defaults for the camera calibration model

Metadata

Source
DECA-135
Type
Sub-issue
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2010-07-14T00:06:15.574-0400
Updated
2012-01-10T09:39:23.077-0500
Versions
  1. 0.3
Fixed Versions
  1. 0.4
Component
  1. Calibration
  2. Server

Description

To support left/right independent calibration, we need to extend the server to do the following:

1. Provide a default camera calibration model
2. Save changes to this calibration model when the client POSTs
3. Provide the model in JSON when the client GETs

Comments

  • Justin Obara commented 2010-07-14T11:15:47.170-0400

    Bug Parade Decapod 0.4

  • Colin Clark commented 2010-07-15T19:27:54.177-0400

    For the 0.4, we are persisting the calibration model in memory. Clients can GET the model as JSON and POST changes.