Ask Your Question

CGN's profile - activity

2013-07-18 02:51:25 -0600 commented question How to Capture Camera frames with hidden/Dummy Surfaceview in Android

Hi telopena. I could solve the problem. I call directly to NativeCameraView.connectCamera, with screen dimensions as parameters (you have to change connectCamera and disconnectCamera privacy). I also have to modify the CameraBridgeViewBase.calculateCameraFrameSize class, to avoid it crash because size is 0. For that I write: maxAllowedWidth=surfaceWidth; maxAllowedHeight=surfaceHeight;

That's all, and it works for me.

2013-07-12 10:58:31 -0600 commented question How to Capture Camera frames with hidden/Dummy Surfaceview in Android

Could you solve the problem at last? I have the same problem. Could you help me? Thanks