OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

About the .DLL files in the Plugins folder.

Open NTUZZH opened this issue 1 year ago • 2 comments

Hi guys,

I would like to ask what's the difference between the OpenCVForUnity.dll with other .dll files in a same category? As the two arrows in the following figure shows. Snipaste_2023-06-04_16-40-32

NTUZZH avatar Jun 04 '23 08:06 NTUZZH

opencv_xxx452.dll" is the library for OpenCV itself. opencvforunity.dll" is a library for calling OpenCV from Unity.

EnoxSoftware avatar Jun 04 '23 14:06 EnoxSoftware

opencv_xxx452.dll" is the library for OpenCV itself. opencvforunity.dll" is a library for calling OpenCV from Unity.

Thanks for your kindly reply!

I have another question as below:

When I developed my software for using HoloLens2 to process the captured image, the OpenCV works even if I only added the opencvforunity.dll into my project reference instead of the opencv_xxx452.dll. How this happen even i haven't added opencv_xxx452.dll into my project reference?

Thanks again!!!!

NTUZZH avatar Jun 11 '23 08:06 NTUZZH