OpenCV with Unity

We can now move on to importing our dlls into Unity and writing our wrapper classes to handle interfacing with OpenCV and Unity. That way, we can then create our scripts to build our project:

  1. Create a folder. I will call mine ConfigureOpenCV:
  1. We need to create a new empty C++ project in Visual Studio. I will call mine ConfigureOpenCV, with the location being set in the ConfigureOpenCV folder:
  1. Set the platform to be x64 in Visual Studio:
  1. Right-click on the project properties file and select Properties:
  1. This will ...

Get Unity 2018 Augmented Reality Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.