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

Python wrapper not compiling (incorrect function signature) #61

Open
rosshemsley opened this issue Aug 13, 2019 · 4 comments
Open

Python wrapper not compiling (incorrect function signature) #61

rosshemsley opened this issue Aug 13, 2019 · 4 comments

Comments

@rosshemsley
Copy link

The Python wrappers fail to compile for me.
It looks like the api was changed but the Python wrapper has not been updated to take account of it:

  • The API class is instantiated with a single "device" ptr, but the API as declared actually requires the calibration model parameter:

https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/include/mynteye/api/api.h#L98
vs.
https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/wrappers/python/src/mynteye_py.cc#L113

  • I also get some boost errors but I didn't dive into that.
@harjeb
Copy link
Contributor

harjeb commented Aug 13, 2019

Hi, I think you're right and python wrapper doesn't update after v2.0, we'll support python api later.

@pirazor
Copy link

pirazor commented Aug 13, 2019

Desperately in need of a fix for the python wrapper compilation; spent hours on it but could not compile, had the same problem.

@alter-sachin
Copy link

Nudge.

@alter-sachin
Copy link

https://github.com/alter-sachin/MYNT-EYE-S-SDK

I have been able to make the wrapper working for python3 . please use if helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants