- Camera
- Installation Drawings
- Read
- Turning In
Use a still camera, video camera, kinect, leap motion or other image capture device in an interactive/reactive project. This project is required to be at least responsive to a participant.
Think about how the ideal setup of your work might be installed/setup in a space. Make a quick diagram (side and/or top perspective) with dimensions and where screens, speakers, computer, camera, misc equipment might be placed.
(Required, pick any 2)
Computer Vision for Artists and Designers
Informal Catalogue of Slit-Scan Video Artworks and Research
(Optional)
Programming Interactivity, Chapter 14, Motion and Gestures.
Add a git repo to your OF folder, if one isn't there already
- Add .gitignore
- Add files
- Commit files
- Push to github
- Fork this assignment repsitory
- Update links.md with your repository link, this can be found clicking the "clone or download" button on the webpage of the repository you are linking in (your project) Please specify the correct branch from your repository.
- Make pull request
- Clone your fork of this assignment repository to your computer
- In the cloned directory add a submodule to your project's remote respository using the link from above. This can only be completed by the command line or some other Git GUI interface - not the github Desktop App.
Replace remote-url with something like [email protected]:shawnlawson/EV9D9.git and linked-folder-name with your name shawnlawson
git submodule add remote-url linked-folder-name
- Add files
- Commit files
git commit -am 'adding my submodule'
- Push to remote
git push
- Make a pull request
for more information on submodules: