summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 6464df837cc3657e9aaec00b44a562bd212d2c95 (plain)
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
option('android',
        type : 'boolean',
        value : false,
        description : 'Compile libcamera with Android Camera3 HAL interface')

option('documentation',
        type : 'boolean',
        description : 'Generate the project documentation')

option('gstreamer',
        type : 'feature',
        value : 'auto',
        description : 'Compile libcamera GStreamer plugin')

option('pipelines',
        type : 'array',
        choices : ['ipu3', 'rkisp1', 'uvcvideo', 'vimc'],
        description : 'Select which pipeline handlers to include')

option('test',
        type : 'boolean',
        description: 'Compile and include the tests')

option('v4l2',
        type : 'boolean',
        value : false,
        description : 'Compile the V4L2 compatibility layer')