Skip to content

Commit

Permalink
Keep the current frame static in the center in SRI panorama.
Browse files Browse the repository at this point in the history
bug:7385654
Change-Id: I80fff19630c703dd9ba20dc31b046ecfdf52cd32
  • Loading branch information
Wu-cheng Li committed Oct 24, 2012
1 parent dff2ace commit 3eb23a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/mosaic_renderer_jni.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const int PREVIEW_FBO_HEIGHT_SCALE = 1;
// will pan across the UI during capture. A value of 0.0 will keep the viewfinder
// static in the center of the screen and 1.0f will make it pan at the
// same speed as the device.
const float VIEWFINDER_PAN_FACTOR_HORZ = 0.3f;
const float VIEWFINDER_PAN_FACTOR_HORZ = 0.0f;

// What fraction of the screen viewport width has been allocated to show the
// arrows on the direction of motion side.
Expand Down

0 comments on commit 3eb23a8

Please sign in to comment.