Skip to content

Instantly share code, notes, and snippets.

@anthonykeane
Last active December 19, 2015 13:39
Show Gist options
  • Save anthonykeane/5963410 to your computer and use it in GitHub Desktop.
Save anthonykeane/5963410 to your computer and use it in GitHub Desktop.
Samsung S2 Camera List of Modes
// S2
// [0] = {java.util.HashMap$HashMapEntry@830026631376}"preferred-preview-size-for-video" -> "640x480"
// [1] = {java.util.HashMap$HashMapEntry@830026633552}"zoom" -> "0"
// [2] = {java.util.HashMap$HashMapEntry@830026630224}"max-num-detected-faces-hw" -> "0"
// [3] = {java.util.HashMap$HashMapEntry@830026634344}"zoom-supported" -> "true"
// [4] = {java.util.HashMap$HashMapEntry@830026633296}"whitebalance" -> "auto"
// [5] = {java.util.HashMap$HashMapEntry@830026632528}"scene-mode" -> "auto"
// [6] = {java.util.HashMap$HashMapEntry@830026629456}"jpeg-quality" -> "100"
// [7] = {java.util.HashMap$HashMapEntry@830026631632}"preview-format-values" -> "yuv420sp,yuv420p,yuv422i-yuyv,yuv422sp,rgb565"
// [8] = {java.util.HashMap$HashMapEntry@830026629712}"jpeg-thumbnail-quality" -> "100"
// [9] = {java.util.HashMap$HashMapEntry@830026631504}"preview-format" -> "yuv420sp"
// [10] = {java.util.HashMap$HashMapEntry@830026632272}"preview-size" -> "800x480"
// [11] = {java.util.HashMap$HashMapEntry@830026628560}"focal-length" -> "4.030000"
// [12] = {java.util.HashMap$HashMapEntry@830026628432}"flash-mode-values" -> "off,auto,on,torch"
// [13] = {java.util.HashMap$HashMapEntry@830026632144}"preview-frame-rate-values" -> "30,25,20,15,10,7"
// [14] = {java.util.HashMap$HashMapEntry@830026632016}"preview-frame-rate" -> "30"
// [15] = {java.util.HashMap$HashMapEntry@830026629072}"focus-mode-values" -> "auto,infinity,macro,fixed,facedetect,continuous-video"
// [16] = {java.util.HashMap$HashMapEntry@830026629968}"jpeg-thumbnail-width" -> "320"
// [17] = {java.util.HashMap$HashMapEntry@830026633168}"video-size" -> "720x480"
// [18] = {java.util.HashMap$HashMapEntry@830026632656}"scene-mode-values" -> "auto,portrait,landscape,night,beach,snow,sunset,fireworks,sports,party,candlelight,dusk-dawn,fall-color,back-light,text"
// [19] = {java.util.HashMap$HashMapEntry@830026631888}"preview-fps-range-values" -> "(7000,30000)"
// [20] = {java.util.HashMap$HashMapEntry@830026629840}"jpeg-thumbnail-size-values" -> "320x240,400x240,0x0"
// [21] = {java.util.HashMap$HashMapEntry@830026633680}"zoom-ratios" -> "100,102,104,109,111,113,119,121,124,131,134,138,146,150,155,159,165,170,182,189,200,213,222,232,243,255,283,300,319,364,400"
// [22] = {java.util.HashMap$HashMapEntry@830026632400}"preview-size-values" -> "640x480,720x480,800x480,800x450,352x288,320x240,176x144"
// [23] = {java.util.HashMap$HashMapEntry@830026631248}"picture-size-values" -> "3264x2448,3264x1968,2048x1536,2048x1232,800x480,640x480"
// [24] = {java.util.HashMap$HashMapEntry@830026631760}"preview-fps-range" -> "7000,30000"
// [25] = {java.util.HashMap$HashMapEntry@830026627664}"auto-whitebalance-lock" -> "false"
// [26] = {java.util.HashMap$HashMapEntry@830026630736}"min-exposure-compensation" -> "-4"
// [27] = {java.util.HashMap$HashMapEntry@830026630480}"max-num-focus-areas" -> "1"
// [28] = {java.util.HashMap$HashMapEntry@830026632912}"vertical-view-angle" -> "47.1"
// [29] = {java.util.HashMap$HashMapEntry@830026629200}"horizontal-view-angle" -> "60.5"
// [30] = {java.util.HashMap$HashMapEntry@830026629584}"jpeg-thumbnail-height" -> "240"
// [31] = {java.util.HashMap$HashMapEntry@830026632784}"smooth-zoom-supported" -> "false"
// [32] = {java.util.HashMap$HashMapEntry@830026628944}"focus-mode" -> "infinity"
// [33] = {java.util.HashMap$HashMapEntry@830026633040}"video-frame-format" -> "yuv420sp"
// [34] = {java.util.HashMap$HashMapEntry@830026630352}"max-num-detected-faces-sw" -> "3"
// [35] = {java.util.HashMap$HashMapEntry@830026630992}"picture-format-values" -> "jpeg"
// [36] = {java.util.HashMap$HashMapEntry@830026630096}"max-exposure-compensation" -> "4"
// [37] = {java.util.HashMap$HashMapEntry@830026628688}"focus-areas" -> "(0,0,0,0,0)"
// [38] = {java.util.HashMap$HashMapEntry@830026628048}"exposure-compensation" -> "0"
// [39] = {java.util.HashMap$HashMapEntry@830026628176}"exposure-compensation-step" -> "0.5"
// [40] = {java.util.HashMap$HashMapEntry@830026628304}"flash-mode" -> "off"
// [41] = {java.util.HashMap$HashMapEntry@830026627536}"auto-exposure-lock" -> "false"
// [42] = {java.util.HashMap$HashMapEntry@830026627920}"effect-values" -> "none,mono,negative,sepia,aqua"
// [43] = {java.util.HashMap$HashMapEntry@830026631120}"picture-size" -> "3264x2448"
// [44] = {java.util.HashMap$HashMapEntry@830026630608}"max-zoom" -> "30"
// [45] = {java.util.HashMap$HashMapEntry@830026627792}"effect" -> "none"
// [46] = {java.util.HashMap$HashMapEntry@830026633424}"whitebalance-values" -> "auto,incandescent,fluorescent,daylight,cloudy-daylight"
// [47] = {java.util.HashMap$HashMapEntry@830026630864}"picture-format" -> "jpeg"
// [48] = {java.util.HashMap$HashMapEntry@830026628816}"focus-distances" -> "0.15,1.20,Infinity"
// [49] = {java.util.HashMap$HashMapEntry@830026629328}"iso-values" -> "auto,ISO50,ISO100,ISO200,ISO400,ISO800"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment