之前在AndroidStudio上就用了别人用写的库成功地打开了USB摄像头. 于是我之后又在PC上尝试了一下,首先去淘宝买了个MICRO母转USB公的转接口,然后在Qt上配置了一下OPENCV后开始尝试. 然后就坑到了,遂写此文. 本人使用了2种openCV提供的方法: VideoCapture capture; capture.open(); //open the default camera -1才是默认摄像机,3是我的USBCaemra的 if (capture.isOpened())
原文网址:http://www.xuebuyuan.com/1722006.html Precondition: 1.Get android sdk 2.Set adb to environment variable. 3.Download cts tool from google source 4.Download android-cts-media-1.0 to pc Phone settings: 1. Open "USB debugging", "Stay awake