jAER project on SourceForge

net.sf.jaer.hardwareinterface.usb.cypressfx2
Interface HasResettablePixelArray

All Known Implementing Classes:
CypressFX2DVS128HardwareInterface, CypressFX2RetinaLinux, CypressFX2TmpdiffRetinaHardwareInterface

public interface HasResettablePixelArray

This hardware device has globally-resettable pixels.

Author:
tobi

Method Summary
 void resetPixelArray()
          Momentarily resets all the pixels.
 void setArrayReset(boolean value)
          Returns the array reset flag.
 

Method Detail

setArrayReset

void setArrayReset(boolean value)
Returns the array reset flag. boolean isArrayReset(); /** set the pixel array reset

Parameters:
value - true to reset the pixels, false to let them run normally

resetPixelArray

void resetPixelArray()
Momentarily resets all the pixels.


jAER project on SourceForge