Openframeworks greenkey app, used on the info-days of the Devine program I teach in.
- A picture is taken with an attached Canon camera
- The picture is keyed with after effects
- The keyed image is merged with a background image
- The composed image is sent through a photoshop batch to create a polaroid effect.
- The polaroid image is automatically uploaded to Facebook.
The app was built with openframeworks version 0.7.4, on OSX. The following addons were used:
- ofxXmlSettings
- ofxCanonEOS
- my fork of ofxUI
- ofxFenster
Make sure you have the addons & their requirements.
The following libraries were linked:
- libcurl
- Awesomium 1.6
Copyright © 2013 Devine, Howest
Author: Wouter Verweirder
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
