敖远杰

Results 3 issues of 敖远杰

博主在计算二维码的识别范围有点问题,本质原因是在CameraConfigurationManager中将相机显示的宽高默认设置为屏幕大小,代码如下 ~~~ //CameraConfigurationManager void initFromCameraParameters(Camera camera) { Camera.Parameters parameters = camera.getParameters(); previewFormat = parameters.getPreviewFormat(); previewFormatString = parameters.get("preview-format"); Log.d(TAG, "Default preview format: " + previewFormat + '/' + previewFormatString); WindowManager manager...

![image](https://user-images.githubusercontent.com/13014638/28451856-65b210b8-6e22-11e7-8903-d979ba3b89d5.png) 我把大神的demo 改了这么个地方 然后就在手机上运行起来了 但是在运行命令时就崩溃了 ![image](https://user-images.githubusercontent.com/13014638/28451965-00792bd6-6e23-11e7-8c9d-1bbdcfc53962.png)

String cmd = "ffmpeg -i %s -acodec copy -vn %s"; 执行这段 分离音频命令崩溃