1 2 3 4 5 6 7
#include "pixelsudpstreamer.h" PixelsUdpStreamer::PixelsUdpStreamer(std::shared_ptr<ICamera> camera) : IProtocol{camera} {} bool PixelsUdpStreamer::start() {}