Loading [MathJax]/extensions/tex2jax.js
WPILibC++
2025.3.2
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
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
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
f
h
i
k
l
m
o
p
s
t
u
w
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
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
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
f
i
k
m
o
p
r
s
v
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
c
e
h
m
n
p
r
s
t
u
w
Enumerator
c
h
i
m
n
p
u
w
Macros
_
a
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
▼
WPILibC++
LICENSE
Deprecated List
Todo List
▼
Topics
►
ntcore C++ API
►
ntcore C++ meta-topic API
►
Memory Allocator Library
►
WPILib HAL API
►
cscore C API
►
XRP Hardware API
►
Unit API
▼
cscore C++ object-oriented API
►
cs::VideoProperty
►
cs::VideoSource
►
cs::VideoCamera
►
cs::UsbCamera
►
cs::HttpCamera
►
cs::AxisCamera
►
cs::ImageSource
►
cs::VideoSink
►
cs::MjpegServer
►
cs::ImageSink
►
cs::VideoEvent
►
cs::VideoListener
►
Raw Image Functions
►
Raw Image Functions
►
MPack
►
cscore C++ function API
►
ntcore C API
►
ntcore C meta-topic API
►
Romi Hardware API
►
ntcore C++ object-oriented API
►
Namespaces
►
Concepts
►
Classes
►
Files
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
cs::VideoSource Member List
This is the complete list of members for
cs::VideoSource
, including all inherited members.
ConnectionStrategy
enum name
cs::VideoSource
EnumerateProperties
() const
cs::VideoSource
EnumerateSinks
()
cs::VideoSource
EnumerateSources
()
cs::VideoSource
static
EnumerateVideoModes
() const
cs::VideoSource
inline
GetActualDataRate
() const
cs::VideoSource
inline
GetActualFPS
() const
cs::VideoSource
inline
GetConfigJson
() const
cs::VideoSource
inline
GetConfigJsonObject
() const
cs::VideoSource
GetDescription
() const
cs::VideoSource
inline
GetHandle
() const
cs::VideoSource
inline
GetKind
() const
cs::VideoSource
inline
GetLastFrameTime
() const
cs::VideoSource
inline
GetLastStatus
() const
cs::VideoSource
inline
GetName
() const
cs::VideoSource
inline
GetProperty
(std::string_view name)
cs::VideoSource
inline
GetVideoMode
() const
cs::VideoSource
inline
IsConnected
() const
cs::VideoSource
inline
IsEnabled
() const
cs::VideoSource
inline
kConnectionAutoManage
enum value
cs::VideoSource
kConnectionForceClose
enum value
cs::VideoSource
kConnectionKeepOpen
enum value
cs::VideoSource
kCv
enum value
cs::VideoSource
kHttp
enum value
cs::VideoSource
Kind
enum name
cs::VideoSource
kRaw
enum value
cs::VideoSource
kUnknown
enum value
cs::VideoSource
kUsb
enum value
cs::VideoSource
m_handle
cs::VideoSource
protected
m_status
cs::VideoSource
mutable
protected
operator bool
() const
cs::VideoSource
inline
explicit
operator=
(VideoSource other) noexcept
cs::VideoSource
inline
operator==
(const VideoSource &other) const
cs::VideoSource
inline
SetConfigJson
(std::string_view config)
cs::VideoSource
inline
SetConfigJson
(const wpi::json &config)
cs::VideoSource
inline
SetConnectionStrategy
(ConnectionStrategy strategy)
cs::VideoSource
inline
SetFPS
(int fps)
cs::VideoSource
inline
SetPixelFormat
(VideoMode::PixelFormat pixelFormat)
cs::VideoSource
inline
SetResolution
(int width, int height)
cs::VideoSource
inline
SetVideoMode
(const VideoMode &mode)
cs::VideoSource
inline
SetVideoMode
(VideoMode::PixelFormat pixelFormat, int width, int height, int fps)
cs::VideoSource
inline
swap
(VideoSource &first, VideoSource &second) noexcept
cs::VideoSource
friend
VideoEvent
class
cs::VideoSource
friend
VideoSink
class
cs::VideoSource
friend
VideoSource
() noexcept=default
cs::VideoSource
VideoSource
(const VideoSource &source)
cs::VideoSource
inline
VideoSource
(VideoSource &&other) noexcept
cs::VideoSource
inline
VideoSource
(CS_Source handle)
cs::VideoSource
inline
explicit
protected
~VideoSource
()
cs::VideoSource
inline
Generated on Mon Mar 17 2025 23:50:38 for WPILibC++ by
1.12.0