Nirbheek Chauhan | b09f478 | 2016-08-12 21:12:30 +0530 | [diff] [blame] | 1 | # Enable V4L2 plugin to probe devices at plugin load |
2 | option('v4l2-probe', type : 'boolean', value : true) | ||||
3 | # Use libv4l2 for some obscure format conversions | ||||
4 | option('with-libv4l2', type : 'boolean', value : true) | ||||
5 | # Whether to use orc or not (auto will autodetect, yes will error out if not found) | ||||
6 | option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto') |