Skip to content

lockwe/Camera_02

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera

Due Date : 31 October

Goals:

  1. Camera
  2. Installation Drawings
  3. Read
  4. Turning In

1. Camera

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.

2. Installation Drawings

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.

3. Read

(Required, pick any 2)

From A to D and back again

Hands Up!

Computer Vision for Artists and Designers

Informal Catalogue of Slit-Scan Video Artworks and Research

Transforming Mirror

(Optional)

Programming Interactivity, Chapter 14, Motion and Gestures.

4. Turning In

Add a git repo to your OF folder, if one isn't there already

  1. Add .gitignore
  2. Add files
  3. Commit files
  4. Push to github
  5. Fork this assignment repsitory
  6. 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.
  7. Make pull request

4.5 For those interested, (not required)

  1. Clone your fork of this assignment repository to your computer
  2. 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
  1. Add files
  2. Commit files
git commit -am 'adding my submodule'
  1. Push to remote
git push
  1. Make a pull request

for more information on submodules:

https://gist.github.com/gitaarik/8735255

https://github.com/blog/2104-working-with-submodules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published