Accessing Device/Desktop camera to capture user image and uploading

1
Hi, I am having requirement to store the user information like name, age, gender, unique id and user image. User image need to be captured from the attached camera to the desktop and I mush show preview of that user image. Whenever camera clicks that pic should be captured and this should be stored in server along with other user`s information. Please let us know if there is any solution.
asked
1 answers
0

There is a camera widget in the app store, but it's used for mobile applications and won't work on a desktop.

For a desktop app, I believe you would need to implement a new custom widget. Here's a demo using the camera API built into modern browsers. If you know javascript, implementing that same concept in a custom widget should be fairly straightforward. Otherwise, you might find someone here from the community who you could ask/hire to build it for you.

answered