MarkerLessARExample
MarkerLessARExample copied to clipboard
NOT_DRAW_SINGLE_POINTS throws error
Assets/MarkerLessARExample/MarkerLessAR/DebugHelpers.cs(66,28): error CS0117: OpenCVForUnity.Features2d' does not contain a definition for NOT_DRAW_SINGLE_POINTS'
Not sure what the best solve is for this, but NOT_DRAW_SINGLE_POINTS resolves to 2, (reference), so I've substituted that and it seems to work fine for me locally.