HoloLensWithOpenCVForUnityExample icon indicating copy to clipboard operation
HoloLensWithOpenCVForUnityExample copied to clipboard

Error: The type or namespace name 'RectangleTrack' does not exist in the namespace 'OpenCVForUnity' (are you missing an assembly reference?)

Open wangyanmeego opened this issue 1 year ago • 1 comments

Can not find RectangleTrack in OpenCVForUnity namespace. OpenCVForUnity : 2.5.4/2.6.2

wangyanmeego avatar Aug 15 '24 08:08 wangyanmeego

It is true that the namespace of the “RectangleTrack” class is “OpenCVForUnity.RectangleTrack”. It seems that this is due to the fact that the code was created a long time ago. At least, no error occurs in our environment at present. However, if there is a possibility of some side effects, we will consider changing it to “HoloLensWithOpenCVForUnityExample.RectangleTrack” etc. in the next update.

EnoxSoftware avatar Aug 15 '24 20:08 EnoxSoftware