Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
z
Functions
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
z
Enumerations
Enumerator
Files
File List
Globals
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
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
video-controls.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (c) 2019 Linaro Limited.
9
*
10
* SPDX-License-Identifier: Apache-2.0
11
*/
12
#ifndef ZEPHYR_INCLUDE_VIDEO_CONTROLS_H_
13
#define ZEPHYR_INCLUDE_VIDEO_CONTROLS_H_
14
22
#include <
zephyr/device.h
>
23
#include <stddef.h>
24
#include <
zephyr/kernel.h
>
25
26
#include <
zephyr/types.h
>
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
36
#define VIDEO_CTRL_CLASS_GENERIC 0x00000000
37
#define VIDEO_CTRL_CLASS_CAMERA 0x00010000
38
#define VIDEO_CTRL_CLASS_MPEG 0x00020000
39
#define VIDEO_CTRL_CLASS_JPEG 0x00030000
40
#define VIDEO_CTRL_CLASS_VENDOR 0xFFFF0000
50
#define VIDEO_CID_HFLIP (VIDEO_CTRL_CLASS_GENERIC + 0)
52
#define VIDEO_CID_VFLIP (VIDEO_CTRL_CLASS_GENERIC + 1)
61
#define VIDEO_CID_CAMERA_EXPOSURE (VIDEO_CTRL_CLASS_CAMERA + 0)
62
#define VIDEO_CID_CAMERA_GAIN (VIDEO_CTRL_CLASS_CAMERA + 1)
63
#define VIDEO_CID_CAMERA_ZOOM (VIDEO_CTRL_CLASS_CAMERA + 2)
64
#define VIDEO_CID_CAMERA_BRIGHTNESS (VIDEO_CTRL_CLASS_CAMERA + 3)
65
#define VIDEO_CID_CAMERA_SATURATION (VIDEO_CTRL_CLASS_CAMERA + 4)
66
#define VIDEO_CID_CAMERA_WHITE_BAL (VIDEO_CTRL_CLASS_CAMERA + 5)
67
#define VIDEO_CID_CAMERA_CONTRAST (VIDEO_CTRL_CLASS_CAMERA + 6)
68
#define VIDEO_CID_CAMERA_COLORBAR (VIDEO_CTRL_CLASS_CAMERA + 7)
69
#define VIDEO_CID_CAMERA_QUALITY (VIDEO_CTRL_CLASS_CAMERA + 8)
74
#ifdef __cplusplus
75
}
76
#endif
77
78
/* Controls */
79
80
85
#endif
/* ZEPHYR_INCLUDE_VIDEO_H_ */
device.h
kernel.h
Public kernel APIs.
types.h
zephyr
drivers
video-controls.h
Generated on Fri Oct 20 2023 10:27:12 for Zephyr API Documentation by
1.9.6