Skip to content

Add independent webcam recording support across capture, storage, and analysis replay - #1159

Open
JackWilb wants to merge 11 commits into
devfrom
webcam-recording
Open

Add independent webcam recording support across capture, storage, and analysis replay#1159
JackWilb wants to merge 11 commits into
devfrom
webcam-recording

Conversation

@JackWilb

Copy link
Copy Markdown
Contributor

Does this PR close any open issues?

Closes #1015

Give a longer description of what this PR addresses and why it's needed

This PR adds webcam recording as a first-class study feature, independent from screen recording and audio recording.

It introduces recordWebcam study/component config support, extends the recording runtime to manage separate screen/webcam/mic streams and per-trial assets, adds storage/download support for webcam recordings across all storage engines, and updates analysis replay to handle screen-only, webcam-only, or synchronized side-by-side screen + webcam playback. It also adds a webcam-only recording library/component, updates the existing screen-recording setup flow for combined capture, and includes example studies plus regenerated JSON schemas.

Provide pictures/videos of the behavior before and after these changes (optional)

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • Update relevant documentation
  • ...

@github-actions

github-actions Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

A preview of 8d286c0 is uploaded and can be seen here:

https://revisit.dev/study/PR1159

Changes may take a few minutes to propagate.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b60cee48e9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/screenRecording/ScreenRecordingReplay.tsx Outdated
Comment thread src/store/hooks/useRecordingConfig.ts Outdated
Comment thread src/utils/handleDownloadFiles.ts Outdated
Comment thread public/library-webcam-recording/config.json
@JackWilb JackWilb linked an issue Aug 24, 2026 that may be closed by this pull request
@JackWilb

JackWilb commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T03:18:24.740744Z b163c08 Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b163c0824e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/store/hooks/useRecordingConfig.ts Outdated
Comment thread src/store/hooks/useReplay.ts
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.

Enable webcam recording

1 participant