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

Picture Attachments #8

Open
coreypurcell opened this issue Aug 19, 2012 · 3 comments
Open

Picture Attachments #8

coreypurcell opened this issue Aug 19, 2012 · 3 comments
Labels

Comments

@coreypurcell
Copy link
Contributor

Allow the admin to attach pictures to a volunteer's profile. This would be pretty awesome if it could be handled entirely from the rails app using a webcam. Chrome has exposed this using the "getUserMedia" javascript function.

Some resources:
Chrome 21 features
Building an HTML5 photobooth app

@coreypurcell
Copy link
Contributor Author

@tbrooke mentioned that requiring Chrome is not a problem for the mission, but we should have a fallback in place if we do the webcam integration.

@coreypurcell
Copy link
Contributor Author

Does anyone have a preference for paperclip or carrier wave? Also where should we store pictures, S3, rackspace? We need to account for local storage if not deploying on Heroku.

@coreypurcell
Copy link
Contributor Author

Chrome 23 now has WebRTC, which includes the getUserMedia functions to access the camera. http://sites.google.com/site/webrtc/home

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

No branches or pull requests

1 participant