FaceTracker
Opened this issue · 4 comments
FaceTracker is broken.
FaceTrackerContent is red. TTY reports issue with code.
Tested with using VPM download of packs.
please provide screenshots and or exception messages
00:01:41 ERR : System.DllNotFoundException in DX11Utils.Native: Unable to load DLL 'libfacedetect.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Stacktrace:
at mp.dx.Tracking.FaceTrackerContext.facedetect_frontal_surveillance(Byte* result_buffer, Byte* gray_image_data, Int32 width, Int32 height, Int32 step, Single scale, Int32 min_neighbors, Int32 min_object_width, Int32 max_object_width, Int32 doLandmark)
at mp.dx.dx11.Nodes.TextureFaceTrackerNode.Evaluate(Int32 SpreadMax) in C:\projects\mp-dx\DX11Utils\TextureFaceTrackerNode.cs:line 150
00:01:41 ERR : Exception occured in TMPluginWrapperNode.Evaluate
00:01:41 ERR : Object reference not set to an instance of an object.
ok apparently at some point I forgot to copy this DLL during deployment. for now I don't have time to do proper fix release so just put this next to DX11Utils dll's.
Thank you!