-
Notifications
You must be signed in to change notification settings - Fork 104
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 showing on mobile devices #14
Comments
Hi @Ikpeba4ll, Is the demo-page working on that phone? Phones have to be „relatively current“ regarding their OS in order to support the required WebRTC functionality. Cheers! |
The demo is working on phone but not in my app |
Hi @Ikpeba4ll, what happens when you load your app on the phone? Any errors? For integration and usage you may check the source code in this library, or in the explicit demo-project I set up. Let me know if that helps. |
There is no error.. ngx-webcam version is 0.1.5 and angular is 5.2 |
Actually, there‘s nothing extra that needs to be done for it to run on a capable mobile device. If the demo page works for you, your phone is current enough to support WebRTC. The library in your app should work as well. Please check that the app and webcam is working when you access it with your desktop pc, and nothing else in the app is failing on the mobile device. Try to create a minimal running demo (like the one I provided). Does the mobile device ask you to access the webcam? Do you see an icon in the addressbar for webcam-access? Did you give permissions to access the webcam? I guess you have to provide a little more information here in order to get the answer. But it seems like the problem might lie in your app itself or in the way ngx-webcam is integrated there, since the demo-page is working for you. |
My phone does not request permission to access the camera...
…On Friday, 8 June 2018, basst314 ***@***.***> wrote:
Actually, there‘s nothing extra that needs to be done for it to run on a
capable mobile device.
If the demo page works for you, your phone is current enough to support
WebRTC. The library in your app should work as well.
Please check that the app and webcam is working when you access it with
your desktop pc, and nothing else in the app is failing on the mobile
device. Try to create a minimal running demo (like the one I provided).
Does the mobile device ask you to access the webcam? Do you see an icon in
the addressbar for webcam-access? Did you give permissions to access the
webcam?
I guess you have to provide a little more information here in order to get
the answer.
But it seems like the problem might lie in your app itself or in the way
ngx-webcam is integrated there, since the demo-page is working for you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ab6FWrCVeaafVREkNGySMFDYJiJMPA4Dks5t6pkogaJpZM4UdLMD>
.
|
Please refer to the sample implementation in ngx-webcam-demo repository or provide more details about what you tried so far to resolve the problem and how your integration looks like, otherwise I might not be able to help. |
Hello team, |
Moreover do I need a https to access it on other devices? |
@Ikpeba4ll Were you able to resolve the issue? |
yes
…On Mon, 18 Jun 2018 at 16:12, basst314 ***@***.***> wrote:
Were you able to resolve the issue?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ab6FWrBvws1yalC3Y2qFcymnAwbKpRQsks5t99FQgaJpZM4UdLMD>
.
|
How did you resolve this issue? |
I needed to access the link via https
…On Wednesday, 8 May 2019, Pooja Satija ***@***.***> wrote:
How did you resolve this issue?
webcam is triggering snaps on all browsers and their incognitos except
Chrome incognito mode.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG7IKWTRF2VCXZILLFJSSOLPUKZD7ANCNFSM4FDUWMBQ>
.
|
@Ikpeba4ll I can confirm this behaviour too. |
I can't get the camera working on mobile device.. How can i resolve that? Thank you!!
The text was updated successfully, but these errors were encountered: