Webcam?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
jay007
Posts: 17
Joined: 2015-04-29 18:28

Webcam?

Post by jay007 » 2015-05-01 23:58

Would it be possible to add a picture directly from a webcam instead of having to upload one.

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Webcam?

Post by a.gneady » 2015-05-03 19:20

Hmm ... is the webcam configured to automatically save a photo periodically into a specific folder? If so, you'd need to write a script that scans that folder for new photos and creates a record in the database for each new photo detected ... you should then install that script as a cronjob so that it runs periodically.
:idea: AppGini plugins to add more power to your apps:

udayvatturi
AppGini Super Hero
AppGini Super Hero
Posts: 85
Joined: 2014-06-14 03:08
Location: India
Contact:

Re: Webcam?

Post by udayvatturi » 2015-05-04 05:23

Hi jay007,
check if this http://davidwalsh.name/browser-camera or http://www.html5rocks.com/en/tutorials/ ... dia/intro/ helps you.

I will try to make some time and work on it, the one you are asking is an interesting one.

Post Reply