Skip to content

Update of UI is too slow #1

@njss

Description

@njss

Can you help me figure out, why is the update too slow when I use it to plot an heatmap of the current eye gaze? (real time data from eye-tracker)

I call the heatmap addevent method inside of eyegazeupdate (which is super fast in updating the UI):

onGazeUpdate{
Platform.runLater(() -> {
heatmap.addevent(...);
}
}

thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions