-
Notifications
You must be signed in to change notification settings - Fork 162
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
Sending kivy android video feed to imagezmq server #70
Comments
I don't know. I have never used kivy. Looking at its docs, it seems likely that it could work. I don't know if there are any incompatibilities with the combination of kivy, numpy, opencv and ZMQ. I suggest you give it a try with one of the imageZMQ test pairs. Please comment back here with what you find out. Thanks, |
So I have a question... does imagezmq only send opencv images or any images? |
imagezmq sends opencv images or jpg images (or any image that is a "binary blob" that can be placed in a buffer). The |
This is the Client Code
|
This is the server code
|
Thanks for sharing your code! I'm sure others will find it helpful. |
@jeffbass |
I don't use Android. I will leave this for @ChesterProgram (who opened this issue & posted the above code) to reply to. |
is it possible to send android video feed using kivy and opencv to the imagezmq server?
The text was updated successfully, but these errors were encountered: