uvc_defaults.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2012 by Markus Bader *
3  * markus.bader@tuwien.ac.at *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19  ***************************************************************************/
20 
21 
22 #ifndef LUVC_DEFAULTS_H
23 #define LUVC_DEFAULTS_H
24 #include <linux/videodev2.h>
25 
26 #define DEFAULT_SHOW_CAMERA_IMAGE true
27 #define DEFAULT_CAMERA_FREEZE false
28 #define DEFAULT_CONVERT_IMAGE 1
29 #define DEFAULT_FRAME_ID "UVC_CAM"
30 #define DEFAULT_VIDEODEVICE "/dev/video0"
31 #define DEFAULT_AVIFILENAME ""
32 #define DEFAULT_FORMAT V4L2_PIX_FMT_MJPEG
33 #define DEFAULT_GRABMETHODE 1
34 #define DEFAULT_WIDTH 640
35 #define DEFAULT_HEIGHT 480
36 #define DEFAULT_FPS 30.0
37 #define DEFAULT_RATIO_THUMBNAIL 8
38 
39 
40 
41 #endif // LUVC_DEFAULTS_H


tuw_uvc
Author(s): Markus Bader
autogenerated on Mon Jun 10 2019 15:39:24