Is there a way to get response to image input? #1929
Unanswered
oguzhankayaa
asked this question in
Q&A
Replies: 1 comment
-
You should use streaming tool: https://google.github.io/adk-docs/streaming/streaming-tools/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am currently working on Bidi Streaming using websockets. I am trying to have a image streaming feature too.
When I send images and audio(or text) together I got response. But I couldn't find a way to get response to only image data. Is there a way to do that?
In main.py, I handle image data like this:
on app.js I added:
To app.js.
With these additions, I don't get response to only image data. For example when I say tell me the number of fingers you see continuously, I only got response when I talk. I'd like to send webcam frames and get responses like "You are showing three fingers" without having to speak or type anything.
Beta Was this translation helpful? Give feedback.
All reactions