Skip to content

Commit

Permalink
Merge pull request tessel#99 from tessel/camera-fix
Browse files Browse the repository at this point in the history
Fixes to camera tutorial
  • Loading branch information
Frijol committed Apr 13, 2016
2 parents c44daa3 + ebf2c82 commit 5fe84e3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions modules/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,33 +74,25 @@ Save the file.

### Step 5

In your command line, `t2 run camera.js`

Hooray! You should see the following:

</div>
</div>

<div class="row">
<div class="large-6 columns">

In your command line, `t2 run camera.js`

Hooray! You should see the following in your terminal:
In your terminal:

![](http://i.imgur.com/8JdxCON.gif)


> Note: `bishop` is just the name of my Tessel 2 board, yours will display whatever you've named your board!
**Bonus:** EXTRA CHALLENGE FOR VIDEO

To see what else you can do with the USB camera module, read the [tessel-av](https://github.com/tessel-av) documentation.

- Try connecting a button to your Tessel 2 and use it as a shutter.
- Use an USB storage drive to store many photos.



</div>
<div class="large-6 columns">

In your browser:

![](http://i.imgur.com/Yjvr1Uc.png)

</div>
Expand All @@ -109,6 +101,14 @@ To see what else you can do with the USB camera module, read the [tessel-av](htt
<div class="row">
<div class="large-12 columns">

> Note: `bishop` is just the name of my Tessel 2 board, your Tessel's URL will include whatever you've named your board!
**Bonus:** Try connecting a button to your Tessel 2 and use it as a shutter. Hint: it may help to look for the NPM module `tessel-gpio-button`.

**Extra bonus:** Use an USB storage drive to store many photos. Hint: check out the "storage" module tutorial.

To see what else you can do with the USB camera module, read the [tessel-av](https://github.com/tessel-av) documentation.

### Step 6

What else can you do with a camera module? Get inspired by a [community-created project.](http://tessel.io/projects)
Expand Down

0 comments on commit 5fe84e3

Please sign in to comment.