-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Video is really choppy with high resolution cameras #35
Comments
I have the same issue on all Notebooks internal webcams.
Way better quality in Wire (messanger) and Chromium. |
+1, Logitech C920, video is very slow |
Welp, since you already have the hardware, it would be very useful if you could have a go at trying to fix the issue. If you need any help figuring out the issue, just ask. |
Sorry, I'm not a developer yet. |
@AndrewVos could you test #44 please? |
Sorry @artemanufrij I don't run Elementary anymore |
@davidak could you test it please? |
@artemanufrij i also don't run elementary OS and don't have the devices anymore. Are you changing the resolution of the preview or also the final recording? The latter would be bad. |
I'd like to request this issue be reopened. I have a Logitech C920 and experience this issue myself. I'd be willing to do additional testing and provide logs. The issue is similar to the original post with the only exception being that other applications like GUVCVIEW working as expected. (My guess based on what I've seen in applications like OBS, is that the app is pulling in the highest possible resolution from the camera, which is not good as that resolution runs at 2-5FPS max. Possibly having options to change the resolution in-app may help.) |
@Schyken this issue was never closed. While investigating this, I found that Cheese (and likely other apps) use a lower resolution by default which does not cause problems. In Cheese, choosing the camera's highest resolution produces similarly choppy and freezing results. So I think the resolution (heh) to this issue would be to cap out on a smaller resolution, perhaps checking what Cheese is doing. |
I apologize @cassidyjames, I must have read that wrong (I still don't fully understand the way GitHub threads work) Thanks quite a bit for the response, I will try and look deeper into it and hopefully be able to provide (hopefully) useful feedback. |
Hi, new Elementary OS user here. I'm using the camera app in an old Dell Inspiron 3442 (2014) and I just got this problem.
This comment made by @Schyken seems a good reason to get slow recording on low end machines like mine. So, I changed the capture resolution to a lower one (320x240) in the source code here: Lines 48 to 49 in fd3150c
and here: Line 117 in fd3150c
And now video recording works smoothly! 🎉 A good solution would be a menu to select camera resolutions and framerates. By example, my old laptop webcam res. looks like this:
BTW, the build and install process of this I just followed the |
@tintou's suggestion is:
Which I think I agree with. It's clear from testing a wide variety of hardware that there are so many different issues with resolution and framerate, so maybe offering a (smart) choice would widen the hardware compatibility the most. |
Steps to reproduce the issue
Expected behavior
Video to not be really slow.
System information
I also tried installing
guvcview
from package and from the ppa on sourceforge, no difference. Also there are some mentions online of changingAuto white balance
inguvcview
, but this didn't change anything.In
cheese
and inChromium
there is no problem. Audio and video works as expected.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: