Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0Ky opened this issue Oct 21, 2023 · 2 comments
Open
Assignees
Labels
hacktoberfest Issues for Hacktoberfest! 📝 TODO Something that needs to be done

Comments

@0Ky
Copy link
Owner

0Ky commented Oct 21, 2023

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.

@0Ky 0Ky added 📝 TODO Something that needs to be done hacktoberfest Issues for Hacktoberfest! labels Oct 21, 2023
@manthanabc
Copy link

i would like to tackle this

@0Ky
Copy link
Owner Author

0Ky commented Oct 22, 2023

i would like to tackle this

Great! Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for Hacktoberfest! 📝 TODO Something that needs to be done
Projects
None yet
Development

No branches or pull requests

2 participants