DECA-313: Design a UI to handle camera capture

Metadata

Source
DECA-313
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Jonathan Hung
Created
2012-09-07T14:20:51.823-0400
Updated
2012-10-31T10:55:23.148-0400
Versions
N/A
Fixed Versions
  1. 0.7
Component
  1. Capture

Description

Design a UI to handle camera capture. It should accomodate the following:

  • single camera capture
  • dual camera capture (simultaneous)
  • error handling
    • can't detect supported cameras
    • mismatched supported cameras
    • etc.
  • Image Storage
    • naming scheme (capture001_1.jpeg)
    • caputure001 can be configurable as long as it's unique to a pair.
    • _1 is required for stereo capture to indicate image pairs.
    • the image format may vary
  • Image + calibration info export
    • zip file (possibly with a custom extension like .deca)
      Design Capture UI
  • a UI that handles the above.