Hi,
I have a fix to the panorama mode FC. In the setupCaptureParams() of the PanoramaActivity.java just comment the lines where the horizontal and vertical viewing angles are set and replace them with the hard coded values of (float)50.82 and (float)38.58 for horizontal and vertical respectively. I have calculated these values using my liquid E.
//mHorizontalViewAngle = parameters.getHorizontalViewAngle();
//mVerticalViewAngle = parameters.getVerticalViewAngle();
mHorizontalViewAngle = (float)50.82;
mVerticalViewAngle = (float)38.58;
After this change the camera's panorama mode works! No more FCs. Maybe thepasto can simply make this change in his github and give us a new binary? if not anyone else? Thanks.
I have a fix to the panorama mode FC. In the setupCaptureParams() of the PanoramaActivity.java just comment the lines where the horizontal and vertical viewing angles are set and replace them with the hard coded values of (float)50.82 and (float)38.58 for horizontal and vertical respectively. I have calculated these values using my liquid E.
//mHorizontalViewAngle = parameters.getHorizontalViewAngle();
//mVerticalViewAngle = parameters.getVerticalViewAngle();
mHorizontalViewAngle = (float)50.82;
mVerticalViewAngle = (float)38.58;
After this change the camera's panorama mode works! No more FCs. Maybe thepasto can simply make this change in his github and give us a new binary? if not anyone else? Thanks.







Sign In
Create Account



Back to top










