Feature request: Add support for new action: Screencapture (Video)
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.
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:
- Selecting the window from GUI
- Start, Pause and Stop buttons
- select FPS [15, 30, 60]
- video format [ .avi ]
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.