/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * main.h - Cam application */ #ifndef __CAM_MAIN_H__ #define __CAM_MAIN_H__ enum { OptCamera = 'c', OptCapture = 'C', OptFile = 'F', OptHelp = 'h', OptInfo = 'I', OptList = 'l', OptProps = 'p', OptStream = 's', }; #endif /* __CAM_MAIN_H__ */ org/libcamera/vivid.git' title='libcamera/vivid.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/LICENSES/MIT.txt
blob: 204b93da48d02900098ced21c54062ffbff36b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19