-
Notifications
You must be signed in to change notification settings - Fork 46
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
librealsense 2.0 #55
Comments
Understanding their bindings is kinda difficult since it is very low level. I will have to take a bit more time to read into their code to understand where they are going with it. |
Thanks for pointing this out. |
Maybe we can help impact the development of the 2.0 python wrapper? The intel developers have been very responsive and helpful to me so far. |
This should definitely be a long term goal. |
Hi there! |
Hey @zivsha
|
Hey @papr ,
|
Hello @zivsha, thanks for reaching out. The issue you linked refer to a user expecting to install python bindings to librealsense v2 through pyrealsense/pyrealsense/extlib.py Line 26 in 1b32791
Maybe you have some other suggestions? You are also asking to move the discussion to your Github. Please feel free to do so. Hopefully this will motivate individuals to get involved? As you can see from the list of contributors, this wrapper has been developed by relatively few people. You might need to be explicit on your github about what you are looking for. I am also still using the SR300 and do not plan to move to D400 in the coming months. So developing another wrapper is not on top of my priorities right now. @papr, are you using R200 only? Regarding point 2 from @papr, more |
Hi guys, Oh and Happy New year !! 😃 🎉 |
Glad you got going on this! I'll give some feedback asap. |
@zivsha, I have been looking quickly at the PR. Seems like you have been automating the building of the wrapper (appveyor + travis)? I am not sure what kind of feedback you would like though. In term of pushing version to PyPI, I used to do it manually. Not sure it is possible to automate that process with every new releases. |
@toinsson, first of all thanks for the effort. As I'm not a python expert, I would like to know what are the best methods for creating these packages, and if what I have is the way to go. |
It seems like you will not be able to build the bindings without having access to the sources, due to pybind11 ways of working (correct?). These two ways are quite different. And I am not personally an expert in cross-platform compilation. But it seems that is what you will have to do if you want to provide a "one-clic" install. |
Correct, I intend to build all variations of the SDK with Python on our build machines and take the wheel will contain a binary only version of the library. (Build machine will compile and each |
What is the plan with respect to the new librealsense python wrapper? The developers at intel released a basic python wrapper in the their development branch recently, however it is in the early stages.
Thanks!
The text was updated successfully, but these errors were encountered: