-
Notifications
You must be signed in to change notification settings - Fork 0
/
camera_config_imx8mm.json
51 lines (49 loc) · 1.22 KB
/
camera_config_imx8mm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"__readme": [
"Basic Camera HAL v3 configuration."
],
"hal_version": "3",
"cam_blit_copy": "GPU_2D",
"cam_blit_csc": "GPU_2D",
"camera_metadata": [
{
"camera_type": "back",
"camera_name": "mx6s-csi",
"orientation": "0",
"buffer_type": "mmap",
"ActiveArrayWidth": "2592",
"ActiveArrayHeight": "1944",
"PixelArrayWidth": "2592",
"PixelArrayHeight": "1944",
"PhysicalWidth": "3.6288",
"PhysicalHeight": "2.7216",
"FocalLength": "3.37",
"MaxJpegSize": "8388608",
"MinFrameDuration": "33331760",
"MaxFrameDuration": "300000000",
"OmitFrame": [
{
"width": "2592",
"height": "1944",
"omit_num": "2"
}
]
},
{
"camera_type": "front",
"camera_name": "uvc",
"orientation": "0",
"buffer_type": "dma",
"ActiveArrayWidth": "1920",
"ActiveArrayHeight": "1080",
"PixelArrayWidth": "1920",
"PixelArrayHeight": "1080",
"PhysicalWidth": "2.688",
"PhysicalHeight": "1.512",
"FocalLength": "3.42",
"MaxJpegSize": "4194304",
"MinFrameDuration": "33331760",
"MaxFrameDuration": "300000000"
}
]
}