I'm running it on my Windows 10 using an RTX3070 but after the cmake and the build configuration for my OS I'm not really able to call the functions of the library. I can import it using the build files but when I run (e.g.) ndi_send = ndi.send_create() I get this error:
Traceback (most recent call last):
File "ok.py", line 19, in <module>
ndi_send = ndi.send_create()
AttributeError: module 'NDIlib' has no attribute 'send_create'
I'm importing through import NDIlib as ndi with a local folder
Hello. Thanks for this library.
I'm running it on my Windows 10 using an RTX3070 but after the cmake and the build configuration for my OS I'm not really able to call the functions of the library. I can import it using the build files but when I run (e.g.)
ndi_send = ndi.send_create()
I get this error:I'm importing through
import NDIlib as ndi
with a local folderAny idea what is this? Thanks