'libSubsense' is not found inside the python folder. Should I do anything to create the library file?
File "C:/Users/ics02517.AD001/Documents/Python Scripts/Object Tracking/subsense-master/Python/Subsense.py", line 28, in init
self.lib_subsense = np.ctypeslib.load_library(LIB_NAME, LIB_PATH)
File "C:\Anaconda\lib\site-packages\numpy\ctypeslib.py", line 128, in load_library
raise OSError("no file with expected extension")
OSError: no file with expected extension
'libSubsense' is not found inside the python folder. Should I do anything to create the library file?
File "C:/Users/ics02517.AD001/Documents/Python Scripts/Object Tracking/subsense-master/Python/Subsense.py", line 28, in init
self.lib_subsense = np.ctypeslib.load_library(LIB_NAME, LIB_PATH)
File "C:\Anaconda\lib\site-packages\numpy\ctypeslib.py", line 128, in load_library
raise OSError("no file with expected extension")
OSError: no file with expected extension