Skip to content

feat(workflows): add Image Stack block for frame accumulation#2307

Merged
grzegorz-roboflow merged 2 commits intomainfrom
feat/stack-images-block
May 6, 2026
Merged

feat(workflows): add Image Stack block for frame accumulation#2307
grzegorz-roboflow merged 2 commits intomainfrom
feat/stack-images-block

Conversation

@grzegorz-roboflow
Copy link
Copy Markdown
Collaborator

What does this PR do?

New fusion block that accumulates compressed video frames into a
per-camera FIFO buffer, outputting JPEG blobs and frame count.
Designed for shared-hosting safety (always compresses, caps resolution)
and useful for feeding frame sequences to VLMs for action recognition.

Type of Change

  • New feature (non-breaking change that adds functionality)

Testing

New tests added

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors
  • I have updated the documentation accordingly (if applicable)

Additional Context

N/A

@grzegorz-roboflow grzegorz-roboflow merged commit fc252cc into main May 6, 2026
48 checks passed
@grzegorz-roboflow grzegorz-roboflow deleted the feat/stack-images-block branch May 6, 2026 14:41
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.

2 participants