WPILibC++ 2024.3.2
cscore_oo.h File Reference
#include <functional>
#include <initializer_list>
#include <span>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "cscore_cpp.h"
#include "cscore_oo.inc"

Go to the source code of this file.

Classes

class  cs::VideoProperty
 A source or sink property. More...
 
class  cs::VideoSource
 A source for video that provides a sequence of frames. More...
 
class  cs::VideoCamera
 A source that represents a video camera. More...
 
class  cs::UsbCamera
 A source that represents a USB camera. More...
 
class  cs::HttpCamera
 A source that represents a MJPEG-over-HTTP (IP) camera. More...
 
class  cs::AxisCamera
 A source that represents an Axis IP camera. More...
 
class  cs::ImageSource
 A base class for single image providing sources. More...
 
class  cs::VideoSink
 A sink for video that accepts a sequence of frames. More...
 
class  cs::MjpegServer
 A sink that acts as a MJPEG-over-HTTP network server. More...
 
class  cs::ImageSink
 A base class for single image reading sinks. More...
 
class  cs::VideoEvent
 An event generated by the library and provided to event listeners. More...
 
class  cs::VideoListener
 An event listener. More...
 

Namespaces

namespace  cs
 CameraServer (cscore) namespace.