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

Feature request: Add support for new action: Screencapture (Video) #144

Open
sohamganatra opened this issue Jun 11, 2024 · 5 comments
Open

Comments

@sohamganatra
Copy link
Contributor

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.

@sohamganatra sohamganatra added enhancement New feature or request good first issue Good for newcomers labels Jun 11, 2024
@kaavee315 kaavee315 added tool request and removed enhancement New feature or request labels Aug 18, 2024
@AndrewHembrom
Copy link

Hey, I'd like to work on this issue
But can you explain the feature more specifically

@KanishkChhajed
Copy link

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.

@Atharva1723
Copy link

Can I work on this issue?

@Spartan-71
Copy link

I am working on this feature.

@Spartan-71
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

7 participants