-
Notifications
You must be signed in to change notification settings - Fork 4
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 not working #13
Comments
This is happening now for me too on a Google Pixel 7 Pro, Was okay on my Galaxy Note 8 |
Hi, Not sure, but please see if any of the past releases helps solve this. |
I'm seeing the same problem on a Pixel 4a running Android 13. Could this be happening because Obsidian does not have permissions to access the camera? |
I assume this is related to the Obsidian build Usually, when you try to connect to user media as navigator.mediaDevices.getUserMedia({ video: true, audio: true, }); browser immediately showing window but not on my mac m1 Strangely, in the settings, Obsidian has access to the microphone, but does not have access to the camera. When creating a stream, access is not requested either - apparently Electorne does not do this. But the camera indicator is on. The cat thinks that everything is OK, but at the system level, the camera does not give data |
Hi everyone, After some digging around, I think the issue has to do with modifying electron (framework used to develop obsidian) configs for specific platforms This is a stackoverflow question about similar issue on macOS. Unfortunately, the solution proposed here can only be enabled in the actual Obsidian code and not in the code for any plugins. Hence, I'm afraid this is beyond the scope of this plugin at the moment. |
P.S. As a last bit effort, tagging @joethei here in the hope that hey may be able to shed some light on this issue. 🤞 |
I'm getting "Error in loading videostream in your device" and "DOMException: Could not start video source". Any idea why? I'm on a Apple M1 Max Mac OS Monterey. To troubleshoot, I downloaded the repo, changed it so the parameters to the
getUserMedia
takes only audio and the audio worked by itself but the getUserMedia doesn't work when you addvideo: true
The text was updated successfully, but these errors were encountered: