你好:
我现在有个项目想用CC3200搭配MT9D111,用安卓手机编写APP连接CC3200的WIFI,看视频,拍照,请问能否实现?参照TI example里的 websock_camera或者camera application可以实现这个功能?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好:
我现在有个项目想用CC3200搭配MT9D111,用安卓手机编写APP连接CC3200的WIFI,看视频,拍照,请问能否实现?参照TI example里的 websock_camera或者camera application可以实现这个功能?
可以实现的,你看一下websock_camera的例程,其实就是用websocket传输一帧帧视频数据到浏览器。你的APP也做这件事情就好了。