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

Camera doesn't work on browsers #13

Open
Jkarhani opened this issue Nov 29, 2020 · 6 comments
Open

Camera doesn't work on browsers #13

Jkarhani opened this issue Nov 29, 2020 · 6 comments

Comments

@Jkarhani
Copy link

Hello,
the camera is not working on any browser, though I installed the driver & it's working on zoom.
I tried a lot of websites like :
https://webcamera.io
which is working on my other camera
Any solution please?

@Jkarhani Jkarhani changed the title Camera doen't work on browsers Camera doesn't work on browsers Nov 29, 2020
@mirh
Copy link

mirh commented Mar 1, 2021

See here.
This should be a bug against chrome.
EDIT: nvm, they don't have the time/will to check this

@LambdaHidden
Copy link

Checked that link, still doesn't work on web browsers, nor Windows 10's default camera app for that matter. Firefox gives the error NotReadableError: Failed to allocate videosource, even when it's the only thing using the camera and has permission. I could use an external app like Manycam, but that would be a significant hit on RAM and CPU.

@AllanCat
Copy link

Hi, I've created a fork containing various fixes including web browsers.
Can you test to see if it's working? Thanks.

@mirh
Copy link

mirh commented Sep 21, 2023

It seems good in firefox, chrome and telegram at first sight.
The only ostensible grievance I may still have, is that the microphone still stops to work after standby (and it fails initialization on reconnect). Also, when it works, it takes a noticeable time (on the order of ~4 seconds) for the recording "Sound" settings tab to load.

@AllanCat
Copy link

AllanCat commented Sep 22, 2023

I haven't fiddle with the microphone part yet, when windows recognized microphone as USB Audio Device it automatically working out of box. However I did noticed it only supports 1 device and may failed to initialize when using multiple devices or after plug & unplug several times.
What I'm thinking is maybe to create another audio ds filter and using ps3eyemic provided by marcel303.

@mirh
Copy link

mirh commented Sep 27, 2023

I feel like maybe this is just about whatever steps are taken when the device goes to sleep?
For instance, I don't think it is correct for the blue power led to remain on when the whole system is put into S3.

To be sure though, this isn't specific to this driver, since it also happens with cl-eye.
And I wonder if it's something that could even be fixed at the level of the individual (audio or video) components, or if libusb shouldn't be fired onto the root usb composite device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants