-
Notifications
You must be signed in to change notification settings - Fork 19
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
Passing frames to python #8
Comments
Thanks! Hmm, good question. I think that if was I was going to implement this it would be either to:
Basically, either option would marry a ZMQ socket to Oat's synchronization structure and data types. This would make Because ZMQ come to mind. So basically, in summary, I think the easiest way is to make a new component called If you just want to hack this, you can get the raw image data using Does any of this sounds like it might be something you want to try? I'm happy to guide you if you want to give it a shot. If it results in something useful am I happy to pull it into the codebase. |
Thanks for a detailed response! This is helpful. I was thinking of hacking this on python's end, but only if there is a library that can do this somewhat easily. Unfortunately, I'm not well-versed in C enough to make this quick enough, and I am in a somewhat tight timeframe - we already received animals to train on a maze. Maybe I can contribute in other ways. |
Hello, thanks for sharing this, great software! Do you think it is feasible to have frames available in python? Any pointers on the best way to implement?
The text was updated successfully, but these errors were encountered: