Skip to content

Exception thrown during screenshot interpretation #1

@DarrenGuinness

Description

@DarrenGuinness

When I have loaded in a screenshot into the savedVideoInterpreter and click on the screenshot an exception is thrown because the "_layers" object is null. After debugging through the code it appears to occur on the _layers.find() call in the method below:

LayerInterpretationLogic.cs:

public string GetPtypeDatabase()
{
var featureLayer = _layers.Find(l => l.Layer.Name.Equals("feature_detection")).Layer as FeatureDetectionLayer;
return featureLayer.PtypeLibrary;
}

I could be wildly wrong, but it appears that the prefab project doesn't get any information from the "ptypes" couchDB database that I had previously setup. Is there a way to point the project to the right table within the database?

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