-
Notifications
You must be signed in to change notification settings - Fork 1
Web GUI #22
Comments
So, I suspect it may be easiest to do a lot of the classification server side (although it'd be nice to do it client side, it'd mean rewriting code in JS....ew). For that it looks like this is a thing: |
Good point. On Mon, Nov 10, 2014 at 2:01 PM, Marcell Vazquez-Chanlatte <
|
@ffaghri1 yeah, I was also thinking a good start would be an echo client that takes what you say for 3 sec, repeats the video unaltered, then returns a video showing where the activated face is with altered audio. That way its easy to tell the difference and you only need 1 person to demo |
I've looked into how to get the video from webrtc. Looks like modifying these plugins might be the best way:
One shows how to hook into gstreamer, which might serve as a good way to pass around the video data. |
No description provided.
The text was updated successfully, but these errors were encountered: