WebCam Snaps through WebPage
Dependency :
compile ":web-snaps:0.1"
Summary
Installation
grails install-plugin web-snaps
Description
Introduction
User can take the snap-shots using Webcam through the browser.Example Usage
Create a grails application TestPlugin using commandgrails create-app TestPluginmove to TestPlugin Directory using following commandcd TestPluginand install the plugin using following commandgrails install-plugin web-snapsEdit the index.gsp in TestPlugingrails-appviews in notepad or any editer.Add the following line in <head> tag<webcam:head/>Then whereever you require the webcam snap functionality add the following line of code.<webcam:webcamAnchor/>Thats it. run the applicationOnce application is running access the following urlhttp://localhost:8080/TestPluginyou have a webcam imageTODOS
- Identifying the flashplayer9 installed or not. if not provide Express Installation.
- Identify whether user has webcam or not.
- Create a Demo Apllication with spring security to provide user to take the snap-shot and upload of image while registration.
Author
chandra sekhar reddychandrasmailbox@gmail.comLicense
Licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0.Tested on firefox 3 + ,Windows VistaFlash9 player Required in your browser.