-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Feature request: Add support for new action: Screencapture (Video) #144
Comments
Hey, I'd like to work on this issue |
Hello @sohamganatra @kaavee315 @Prathit-tech ,I would like to contribute to this issue. My proposed solution for the web application involves using the MediaDevices API, which can handle actions like screen recording, pausing, resuming, and stopping. For local storage, we can utilize the Storage API available in JavaScript. If this approach aligns with what you're looking for, I'd be happy to implement it. I'm also open to discussing the solution with the team and making any necessary adjustments. |
Can I work on this issue? |
I am working on this feature. |
Hey @sohamganatra @kaavee315 @utkarsh-dixit I have built a basic screen recorder using opencv and pygetwindow. Following are the features which I have implemented:
Please let me know if u need any additional features like .mp3 video format etc. Once the requirements are clear I can start integration with composio. |
Describe the solution you'd like
Add a new local action to start, pause and stop screen capture at any point the screen or a specific window and then store it locally.
The text was updated successfully, but these errors were encountered: