Skip to content

Stream pupil diameter #1

@peabody124

Description

@peabody124

The current software only exports the pupil diameter as a control but we
need it included in the data stream and then out an analog output. There
are a few steps to achieve this.

  1. The fifo currently has a 16 bit x and y position. To hold more data we
    need to switch to a 64-bit fifo
  2. Pack the number of pixels into the stream. You can see how this is done
    in the existing FPGA software
    screen shot 2013-12-18 at 12 30 46 am
  3. Unpack the data in the host software
  4. Add an analog channel to the output

For recording that data in parallel with the existing eye trackers then add three
analog channels ot the StateSystemAnalog task for the optical X, Y and pupil
area.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions