Skip to content

Explore pipelined image transfer instead of zip-then-send #75

@gsrunion

Description

@gsrunion

Proposal:

  • Investigate transfer modes that stream or incrementally transfer images as they are captured, instead of waiting for a full zip/export step.

Why:

  • lower end-to-end latency
  • overlap capture with workstation-side processing
  • reduce all-or-nothing behavior on large scans
  • improve recovery/resume behavior

Possible directions:

  • per-image upload on capture
  • manifest-based sync
  • resumable transfer
  • background transfer during scan

Important considerations:

  • preserve image/metadata association
  • avoid exposing partial files incorrectly
  • keep compatibility with existing export flows

Note:

  • this is an exploration issue, not a request to remove zip export.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions