Skip to content

API is not complete #352

Open
Open
@driver4567

Description

@driver4567

The API doesn't seem to be complete, for example the Calibration example uses webgazer.params.storingPoints, which is a Boolean that can be set. However if you use this, you will error, relating to the element 'plotting_canvas' not existing.

document.getElementById("plotting_canvas").getContext("2d");

In other words to use the storingPoints Boolean, the Application being build requires the main html page to include a Canvas element with the id 'plotting_canvas'. But this isn't in the API.

It would be great if the API included such info... unless I'm over stepping what what intended.

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