I'm researching the ability to use the Android Open Accessory Development Kit to send a video signal into an Android device via USB. According to the documentation, it appears that it should be possible to connect a device and send a signal over USB that could be consumed in an Android app. However, I haven't been able to find any examples that demonstrate sending a video signal. Is it possible to perhaps connect a USB based webcam and communicate with it to get the video signal from it an display that inside an Android app? I'm new to the ADK and have not interfaced with any hardware via Android yet. Thanks in advance for any insight!

link|improve this question
feedback

1 Answer

The answer here refers you to the Android Open Accessory library. You can get the USB port to communicate with external devices ...but it uses a custom Android protocol

Audio Over Micro USB - Android Open Accessory

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.