14 #include "frc/smartdashboard/SendableBase.h"
27 struct private_init {};
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
CameraServer (cscore) namespace.
Definition: cscore_oo.inl:11
A source for video that provides a sequence of frames.
Definition: cscore_oo.h:97
SendableCameraWrapper(CS_Source source, const private_init &)
Creates a new sendable wrapper.
void InitSendable(SendableBuilder &builder) override
Initializes this Sendable object.
static SendableCameraWrapper & Wrap(const cs::VideoSource &source)
Gets a sendable wrapper object for the given video source, creating the wrapper if one does not alrea...
Definition: SendableBase.h:19
Definition: SendableBuilder.h:23
A wrapper to make video sources sendable and usable from Shuffleboard.
Definition: SendableCameraWrapper.h:25