hackclub / hackclub/lapse

Time logging error on every long lapse with an recording input change

Open
#193 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
25
Forks
27
PR merge metrics
No merged PRs in 30d

Description

I recently noticed an issue on long recordings when the input device is changed (example: I record screen, then I change to camera for an hour and back). Lapse continues recording in the wrong mode for a long time and appends this recording to the wanted part. Example:

How it should be:

[--Screen--|--camera--|--screen--]

What lapse does:

[--Screen--|--camera--|--screen--]
(in parallel:)|--camera2]

And then it concats to:
[Screen|camera|camera2|screen]

This makes my recordings unrealistically long. Instead of 9 hours, 15(!) hours:
![Screenshot_2026-04-05-10-39-57-036_com.android.chrome-edit.jpg](https://github.com/user-attachments/assets/65f96507-b858-4776-baed-e16ef9e3b246)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.