STREAM video from ANDROID device to OPENCV real time -


i'm working google glass (it considered normal android device) , opencv lib (c++). need transfer (real-time) video source android camera visual studio , process on pc. not processing video directly in glass because computationally expensive. tried stream using rtsp, http.. protocols quality of frames bad , there inconvenient latency.

hence, wondering if of know how stream video via usb , on visual studio. read using adb not seem have real-time function. otherwise i'am ears suggestion.

thank in advance!! matt

you can use adb forward foward tcp port on usb.

that should allow open socket between android device , host pc through usb data transfer, should give fast enough speeds send frames pc in real-time , analyse them in opencv. can send frames bytes on socket.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -