45 int width,
int height,
int fps) {
@ name
Definition base.h:690
void PutFrame(wpi::util::RawFrame &image)
Put a raw image and notify sinks.
Definition RawSource.hpp:56
RawSource(std::string_view name, VideoMode::PixelFormat pixelFormat, int width, int height, int fps)
Create a raw frame source.
Definition RawSource.hpp:44
RawSource(std::string_view name, const VideoMode &mode)
Create a raw frame source.
Definition RawSource.hpp:31
CS_Status m_status
Definition VideoSource.hpp:372
CS_Source m_handle
Video source handle.
Definition VideoSource.hpp:375
void PutSourceFrame(CS_Source source, const WPI_RawFrame &image, CS_Status *status)
CS_Source CreateRawSource(std::string_view name, bool isCv, const VideoMode &mode, CS_Status *status)
CameraServer (cscore) namespace.
Definition CvSource.hpp:15
Video mode.
Definition VideoMode.hpp:15
Definition RawFrame.hpp:20