blob: 8a2ae5bf21fb526c01410877ded0ea1f5d12dea2 [file] [log] [blame]
{
"__readme": [
"Basic Camera HAL v1 configuration."
],
"camera_definitions": [
{
"orientation": "back",
"hal_version": "1",
"resolutions": [
{
"width": "1600",
"height": "1200"
},
{
"width": "1280",
"height": "720"
},
{
"width": "640",
"height": "480"
},
{
"width": "320",
"height": "240"
}
]
},
{
"orientation": "front",
"hal_version": "1",
"resolutions": [
{
"width": "1024",
"height": "768"
},
{
"width": "800",
"height": "600"
},
{
"width": "640",
"height": "480"
},
{
"width": "320",
"height": "240"
}
]
}
]
}