-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels