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

Outdated URL.createObjectURL #58

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jumper423
Copy link

https://www.chromestatus.com/features/5618491470118912

Tested in new browser versions. The plugin works fine.

@amw
Copy link
Owner

amw commented Dec 19, 2018

Thanks for opening the PR, but this project is no longer maintained as explained here. I'm going to keep the PR open for other people to see.

@ayolana
Copy link

ayolana commented Jan 30, 2019

Thanks jumper423. Works fine

Copy link

@Ijaz00 Ijaz00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello sir I am facing the same problem. Problem with the dependencies js. Pl
ease help

@ayolana
Copy link

ayolana commented Feb 6, 2019

Use this " jpeg_camera_no_flash.js " or " jpeg_camera.js "

Search for that.video.src = URL.createObjectURL(stream);
and replace with
that.video.srcObject = stream;

Should work.

@Ijaz00
Copy link

Ijaz00 commented Feb 6, 2019

thank you thats work...but problem with the capturing image now. It show snapshot is not a constructor.

@Ijaz00
Copy link

Ijaz00 commented Mar 5, 2019

camera.capture() is not a function. PLease help

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