Skip to content

Commit

Permalink
Disable unsupported features on ffc
Browse files Browse the repository at this point in the history
Change-Id: Ib05a2ca39ac5c18a76ed7c9dfbab617b013f7900
  • Loading branch information
turl committed Oct 5, 2011
1 parent 08e0d8d commit 9121c24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/packages/apps/Camera/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<string name="touchFocusParameter">mot-areas-to-focus</string>
<bool name="touchFocusNeedsRect">true</bool>

<!-- FFC parameter filtering -->
<bool name="ffc_canFocus">false</bool>
<bool name="ffc_canZoom">false</bool>
<string name="ffc_supportedEffects">none</string>

<!-- High Framerate 1080p for Nvidia Cameras -->
<bool name="supportsNvHighBitrateFullHD">true</bool>
</resources>

0 comments on commit 9121c24

Please sign in to comment.