-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add API for shared memory transport #33
Comments
A use case that popped up recently is the video capture in Python and transport of images to another co-localised Python app. |
I think that something we should add quickly since there are plenty of uses of openCV in Python and it would be nice for they to leverage zenoh's zero-copy when sharing images across process boundaries. I think the trick is to expose our share memory allocator in such a way that is friendly for use in vision libraries. |
Is this feature still planned for the python client? |
zenoh in Rust implement a zero-copy shared memory transport. See examples of use:
We need to make this transport also accessible from the zenoh Python API.
The text was updated successfully, but these errors were encountered: