Home | History | Annotate | Download | only in config
      1 {
      2   "__readme": [
      3     "Basic Camera HAL v1 configuration."
      4   ],
      5 
      6   "camera_definitions": [
      7     {
      8       "orientation": "back",
      9       "hal_version": "1",
     10       "resolutions": [
     11         {
     12           "width": "1600",
     13           "height": "1200"
     14         },
     15         {
     16           "width": "1280",
     17           "height": "720"
     18         },
     19         {
     20           "width": "640",
     21           "height": "480"
     22         },
     23         {
     24           "width": "320",
     25           "height": "240"
     26         }
     27       ]
     28     },
     29     {
     30       "orientation": "front",
     31       "hal_version": "1",
     32       "resolutions": [
     33         {
     34           "width": "1024",
     35           "height": "768"
     36         },
     37         {
     38           "width": "800",
     39           "height": "600"
     40         },
     41         {
     42           "width": "640",
     43           "height": "480"
     44         },
     45         {
     46           "width": "320",
     47           "height": "240"
     48         }
     49       ]
     50     }
     51   ]
     52 }
     53