Blame view

imx8m/smarc_mx8mq/camera_config_imx8mq.json 1.34 KB
7bd79ad8b   Eric Lee   Android 10.0 patc...
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
52
53
54
55
56
  {
    "__readme": [
      "Basic Camera HAL v3 configuration."
    ],
  
    "hal_version": "3",
    "cam_blit_copy": "GPU_3D",
    "cam_blit_csc": "GPU_3D",
  
    "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": "3"
            },
            {
                "width": "1920",
                "height": "1080",
                "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"
      }
    ]
  }