I compiled the module successfuly but attempting to load it while in the same directory as the so fields yields the below error.
Traceback (most recent call last):
File "input.py", line 3, in <module>
import NDIlib as ndi
ModuleNotFoundError: No module named 'NDIlib'
I compiled the module successfuly but attempting to load it while in the same directory as the so fields yields the below error.