Public Lab Wiki documentation



Stereo Camera

This is a revision from January 22, 2011 00:58. View all revisions
5 | 19 | | #47

We started developing a stereo camera set-up so that we could capture two images simultaeously -- one visible, one infrared. The visible imagery can be stitched normally, or overlaid with the infrared to create NDVI - Normalized Difference Vegetation Index.

NDVI can be used to identify not only the presence of but also the health of vegetation. Since the 1980's NDVI has become one of the important tools for mapping and monitoring vegetation.

NDVI = (NIR-RED) / (NIR+RED)

where, RED and NIR stand for the spectral reflectance measurements
acquired in the red and near-infrared regions, respectively.

Only two bands are required: Red channel 0.62 – 0.67 μm, and Near IR channel 0.84–0.87 μm. On the MODIS satellite these are Bands 1 and 2 respectively.

 

Another use of a stereo camera rig would be for stereoscopy -- a technique which uses two slightly offset images (from two cameras as far apart as human eyes, for instance) to recreate the illusion of depth in a digital image.

 

 

 

How we're doing it:
- the cameras are controlled by the USB Remote Trigger from the Canon Hack Development Kit
- an arduino is used to simultaeneously send a 5 volt pulse to each camera.