GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
grabbers
gp_v4l2.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2012 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef GP_GRABBERS_V4L2_H
7
#define GP_GRABBERS_V4L2_H
8
9
#include <
grabbers/gp_grabber.h
>
10
11
/*
12
* Create V4L2 grabber.
13
*
14
* The prefered_width and height may not be used if driver does support only
15
* fixed image size.
16
*/
17
gp_grabber
*gp_grabber_v4l2_init(
const
char
*device,
18
unsigned
int
preferred_width,
19
unsigned
int
preferred_height);
20
21
#endif
/* GP_GRABBERS_V4L2_H */
gp_grabber.h
A video grabbers.
gp_grabber
A grabber.
Definition
gp_grabber.h:18
Generated by
1.9.8