Skip to content

Instantly share code, notes, and snippets.

@benhowes
Created April 13, 2012 15:13
Show Gist options
  • Select an option

  • Save benhowes/2377570 to your computer and use it in GitHub Desktop.

Select an option

Save benhowes/2377570 to your computer and use it in GitHub Desktop.
Pandaboard stereo camera rig

Stereo camera rig.

I am attempting to make a stereo camera rig for the pandaboard. The aim is to release it as an open source hardware project when it is in a working form.

Hardware

Some images of the hardware can be found here: http://imgur.com/a/3L5l8

System layout:

	+---------------------+
	|       +----------+  | +----------+
	|       |          |  | |          |
	| +-----+ CAM A    |  +-+ CAM B    |
	| |     |          |    |          |
	| |     |          |    |          |
	| |     +----+-----+    +-----+----+
	| |          |                |
	| |     +----v-----+    +-----v----+
	| |     |          |    |          |
	| |     | FIFO     |    | FIFO     |
	| |     |          |    |          |
	| |     +----+-----+    +-----+----+
	| |          |                |            +------------+      +-------------+
	| |          |                |            |            |      |             |
	| |          +----------------+----------->| Lvl shift  +------->GPMC        |
	| |               data bus                 |            |      |             |
	| |                                        +------------+      |             |
	| |                                                            |  Panda      |
	| |                                        +------------+      |             |
	| +--------------------------------------->|            |      |             |
	|    i2c lines                             | i2c mux    +------->i2c4        |
	+----------------------------------------->|            |      |             |
	                                           +------------+      +-------------+
@jiapei100
Copy link
Copy Markdown

I'm interested in this... Any progress so far??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment