Skip to content

feat: support device-local image sequence input#73

Merged
hyeokjun32 merged 1 commit into
mainfrom
codex-device-local-image-sequence
May 19, 2026
Merged

feat: support device-local image sequence input#73
hyeokjun32 merged 1 commit into
mainfrom
codex-device-local-image-sequence

Conversation

@hyeokjun32
Copy link
Copy Markdown
Contributor

Summary

  • Added image-sequence directory support for device-local Vision producer input.
  • Preserved existing image/video payload behavior while recording image_sequence_file evidence for sustained runs.
  • Updated README and orchestration contract docs with the new override behavior.

Validation

  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest tests/test_input_sources.py tests/test_multi_workload_sustained.py tests/test_docs_links.py -q -p no:cacheprovider
  • PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src .venv/bin/python -m inferedge_orchestrator run-multi-workload-sustained --config configs/agent_multi_workload_sustained_device_local.json --output /private/tmp/.../out.json --frames 6 --vision-input /private/tmp/... --capture-process-resource-snapshot
  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest -q -p no:cacheprovider
  • git diff --check

Impact

  • Makes the device-local sustained starter closer to real file-backed workload validation without adding live camera or production serving scope.
  • Keeps the project focused on runtime operation evidence under constrained edge conditions.

Notes

  • This does not claim live camera, full YOLO service, or thermal endurance validation.
  • Existing config/result contracts remain backward-compatible.

@hyeokjun32 hyeokjun32 merged commit 36f5b23 into main May 19, 2026
1 check passed
@hyeokjun32 hyeokjun32 deleted the codex-device-local-image-sequence branch May 19, 2026 12:06
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

Successfully merging this pull request may close these issues.

1 participant