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
Post a Comment