Skip to content

Creating MatOfDouble causes immediate crash on Hololens #205

Description

@ChrisAmm

Declaring MatOfDouble(0,0,0,0,0) causes immediate crash on Hololens, ARM64. Works fine in Unity editor.

Try-Catch not returning exception.

Creating Mat, and other wrappers (points2f etc) works fine.

Tried other allocations:
.fromArray(0.0, 0.0, 0.0, 0.0, 0.0); and
new MatOfDouble(new double[] { 0.0, 0.0, 0.0, 0.0, 0.0 });
both also cause similar crash.

Both opencv_calib3d4100 and opencvforunity are in \Assets\OpenCVForUnity\Plugins\WSA\UWP\ARM64

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions