Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled and imported library but can't run functions #8

Open
luisarandas opened this issue Jan 7, 2022 · 1 comment
Open

Compiled and imported library but can't run functions #8

luisarandas opened this issue Jan 7, 2022 · 1 comment
Assignees
Labels
confirmed question Further information is requested

Comments

@luisarandas
Copy link

luisarandas commented Jan 7, 2022

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:

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


<pyfile>
<NDIlib>
    <NDIlib.cp35-win_amd64.pyd>
    <NDIlib.exp>
    <NDIlib.lib>
    <Processing.NDI.Lib.x64.lib>

Any idea what is this?
Thanks

@buresu buresu self-assigned this Mar 18, 2022
@buresu buresu added the question Further information is requested label Mar 18, 2022
@buresu
Copy link
Owner

buresu commented Mar 18, 2022

Hi, sorry for late reply.
You must copy Processing.NDI.Lib.x64.dll, not Processing.NDI.Lib.x64.lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants