Add independent webcam recording support across capture, storage, and analysis replay - #1159
Add independent webcam recording support across capture, storage, and analysis replay#1159JackWilb wants to merge 11 commits into
Conversation
|
A preview of 8d286c0 is uploaded and can be seen here: ✨ https://revisit.dev/study/PR1159 ✨ Changes may take a few minutes to propagate. |
5918997 to
b60cee4
Compare
There was a problem hiding this comment.
💡 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".
b60cee4 to
d79e7ed
Compare
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 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".
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: