Skip to content

Issue with CalibrateTrackingData #17

@afbrokaw

Description

@afbrokaw

Hi @lukasvonziegler, @plger and others,

I'm trying to use these functions to analyze some mouse behavior data, but am running into an issue with calibrating my arena with my data. I get the error message "Invalid points entered, can not calibrate" every time I try to use CalibrateTrackingData. I've looked at the function code, and still can't really tell what I am doing wrong.

I am trying to calibrate for an arena that is rectangular, width = 91 cm and length = 103 cm. The camera view is only of the arena, no extra video in the frame. My cleaned tracking object is called SpotFind. I modified the code from the example given in the page markdown:
SpotFind <- CalibrateTrackingData(SpotFind, method = "area", in.metric = , points = c("tl","tr","br","bl"))

I guess I'm not quite sure what the points are indicating? Am I supposed to set them up somewhere separately?
Thanks in advance.

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