Hi all,
I'm working on a project where I have established a communiation between RPI and Android application over Bluetooth Sockets. I'd like to stream video from RPI to android user using webcam(logitech c920).
I've read lots of threads and was going through various tutorials for instance :
1. http://sanjosetech.blogspot.co.il/2013/ ... pi-to.html
2. http://nerdlogger.com/2013/11/09/stream ... one-black/
however all of them are using IP address,
here is an old thread here(from 2011)
viewtopic.php?f=35&t=34609
here is a video of what i'd like to do.
https://www.youtube.com/watch?v=_u3vRE7nzeA
Is it possible to stream the video over Bluetooth? or should I turn my RPI into AP and connect to it using wifi-Direct?
Im already connected to RPI , exchange messages using BlueCove libraries.
Thanks.