-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add screenshot option to @uppy/screen-capture
#3310
Comments
Hi, I think we already offer enough granularity.
I think most users would opt for using their OS to take a screenshot of their screen. Although I'm open to adding this option to screen capture as an extra button.
I forgot whether you're microphone sound is added in the screen capture but I can't test currently because of this bug I found: #3311. If it's not, then we shouldn't ask for that permission indeed. |
having an option in screencast for screenshotonly would be great. then image would be added to dashboard for user to manage with the image editor plugin. |
@uppy/screen-capture
Hello , |
I'd be really interested in the image-only screenshot feature too. Anything we can do get it rolling? |
We don't have a system in place to sponsor individual features, unfortunately. We do have commercial support for Uppy. Being a Transloadit customer with commercial support could turn this into a priority, but currently we are focusing on Uppy 3.0, a new Uppy website, and some other things. So from our perspective this is not priority at the moment. |
Hi @Murderlon , any additional inertia on this from the product side (cc: @colinambler, @giannik, @hpvd )? I would love to have this as well, as the screencast is a bit overkill and I really just need a way to capture a screenshot. Absent that, if someone has figured out how to pass in the correct |
Unfortunately with less maintainers and more pressing issues this is not a priority right now. If you need a quick, I would gladly review / help out with a PR. |
Screencast function is great!
...but
a) sometimes it is "too much" for the user
b) does not give the possibility to provide different types of "screencast" to the user
solution:
split "screencast" to 4 types
Details:
a) sometimes it is "too much"
for the user and it adds
b) yes, a) could be partly solved with
https://uppy.io/docs/screen-capture/#displayMediaConstraints ...
...but it prevents things like providing different types of "screencast" to the user, to trigger /motivate him to upload the best possible for the receiver, e.g. in a complex bug report:
a video of the process, some screenshots of details, additional spoken hints
edit: just noticed there are plans for audio only:
#1840 (comment)
edit 2: maybe it's not only about splitting screencast, but providing the 4 types of upload independently...
The text was updated successfully, but these errors were encountered: