Skip to content

[TODO] Implement Start/Stop functionality for video capture on keypress #8

Description

@0Ky

Currently, the app is hardcoded to capture only for 10 seconds when you click the capture video menu item from the system tray:

while Instant::now() - start_time < Duration::from_secs(10) {

Instead, video capture should begin after a certain keypress, and continue capturing until the same key is pressed again.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

hacktoberfestIssues for Hacktoberfest!📝 TODOSomething that needs to be done

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions