jAER project on SourceForge

net.sf.jaer.stereopsis
Interface StereoChipInterface

All Known Implementing Classes:
Tmpdiff128StereoBoard, Tmpdiff128StereoPair

public interface StereoChipInterface

Defines interface to a stereo pair of chips each with its own AEChip object.

Author:
tobi

Method Summary
 AEChip getLeft()
           
 AEChip getRight()
           
 void setLeft(AEChip left)
           
 void setRight(AEChip right)
           
 void swapEyes()
          swaps the left and right hardware channels.
 

Method Detail

getLeft

AEChip getLeft()

getRight

AEChip getRight()

setLeft

void setLeft(AEChip left)

setRight

void setRight(AEChip right)

swapEyes

void swapEyes()
swaps the left and right hardware channels. This method can be used if the hardware interfaces are incorrectly assigned.


jAER project on SourceForge