# SwitchUsbCameraAndroid **Repository Path**: ikun-top/SwitchUsbCameraAndroid ## Basic Information - **Project Name**: SwitchUsbCameraAndroid - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-10 - **Last Updated**: 2022-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. It will scan all the USB cameras connecting the device with the library jiangdongguo:AndroidUSBCamera. You can switch the camera: public void onAttachDev(UsbDevice device) { Log.d("onAttachDev", "device:"+device.getDeviceName()); if (!isRequest) { isRequest = true; if (mCameraHelper != null) { List list = mCameraHelper.getUsbDeviceList(); mCameraHelper.requestPermission(0); } } } 2. Imageview draw grids and line when camera previewing. 3. Remember set the formats size supported by the specific camera.