| 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 |
| GetBrightness() | cs::VideoCamera | inline |
| GetConfigJson() const | cs::VideoSource | inline |
| GetConfigJsonObject() const | cs::VideoSource | |
| GetDescription() const | cs::VideoSource | inline |
| GetHandle() const | cs::VideoSource | inline |
| GetHttpCameraKind() const | cs::HttpCamera | 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 |
| GetUrls() const | cs::HttpCamera | inline |
| GetVideoMode() const | cs::VideoSource | inline |
| HttpCamera(std::string_view name, std::string_view url, HttpCameraKind kind=kUnknown) | cs::HttpCamera | inline |
| HttpCamera(std::string_view name, const char *url, HttpCameraKind kind=kUnknown) | cs::HttpCamera | inline |
| HttpCamera(std::string_view name, const std::string &url, HttpCameraKind kind=kUnknown) | cs::HttpCamera | inline |
| HttpCamera(std::string_view name, std::span< const std::string > urls, HttpCameraKind kind=kUnknown) | cs::HttpCamera | inline |
| HttpCamera(std::string_view name, std::initializer_list< T > urls, HttpCameraKind kind=kUnknown) | cs::HttpCamera | inline |
| HttpCameraKind enum name | cs::HttpCamera | |
| IsConnected() const | cs::VideoSource | inline |
| IsEnabled() const | cs::VideoSource | inline |
| kAxis enum value | cs::HttpCamera | |
| kConnectionAutoManage enum value | cs::VideoSource | |
| kConnectionForceClose enum value | cs::VideoSource | |
| kConnectionKeepOpen enum value | cs::VideoSource | |
| kCSCore enum value | cs::HttpCamera | |
| kCv enum value | cs::VideoSource | |
| kFixedFlourescent2 enum value | cs::VideoCamera | |
| kFixedFluorescent1 enum value | cs::VideoCamera | |
| kFixedIndoor enum value | cs::VideoCamera | |
| kFixedOutdoor1 enum value | cs::VideoCamera | |
| kFixedOutdoor2 enum value | cs::VideoCamera | |
| kHttp enum value | cs::VideoSource | |
| Kind enum name | cs::VideoSource | |
| kMJPGStreamer enum value | cs::HttpCamera | |
| kRaw enum value | cs::VideoSource | |
| kUnknown enum value | cs::HttpCamera | |
| kUsb enum value | cs::VideoSource | |
| m_handle | cs::VideoSource | protected |
| m_status | cs::VideoSource | mutableprotected |
| operator bool() const | cs::VideoSource | inlineexplicit |
| operator=(VideoSource other) noexcept | cs::VideoSource | inline |
| operator==(const VideoSource &other) const | cs::VideoSource | inline |
| SetBrightness(int brightness) | cs::VideoCamera | inline |
| SetConfigJson(std::string_view config) | cs::VideoSource | inline |
| SetConfigJson(const wpi::json &config) | cs::VideoSource | inline |
| SetConnectionStrategy(ConnectionStrategy strategy) | cs::VideoSource | inline |
| SetExposureAuto() | cs::VideoCamera | inline |
| SetExposureHoldCurrent() | cs::VideoCamera | inline |
| SetExposureManual(int value) | cs::VideoCamera | inline |
| SetFPS(int fps) | cs::VideoSource | inline |
| SetPixelFormat(VideoMode::PixelFormat pixelFormat) | cs::VideoSource | inline |
| SetResolution(int width, int height) | cs::VideoSource | inline |
| SetUrls(std::span< const std::string > urls) | cs::HttpCamera | inline |
| SetUrls(std::initializer_list< T > urls) | cs::HttpCamera | inline |
| SetVideoMode(const VideoMode &mode) | cs::VideoSource | inline |
| SetVideoMode(VideoMode::PixelFormat pixelFormat, int width, int height, int fps) | cs::VideoSource | inline |
| SetWhiteBalanceAuto() | cs::VideoCamera | inline |
| SetWhiteBalanceHoldCurrent() | cs::VideoCamera | inline |
| SetWhiteBalanceManual(int value) | cs::VideoCamera | inline |
| VideoCamera()=default | cs::VideoCamera | |
| VideoCamera(CS_Source handle) | cs::VideoCamera | inlineexplicitprotected |
| 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 | inlineexplicitprotected |
| WhiteBalance enum name | cs::VideoCamera | |
| ~VideoSource() | cs::VideoSource | inline |