summaryrefslogtreecommitdiff
path: root/src/protocols/pixelsudpstreamer.cpp
blob: d7c66c7d4aee8bd34edb9988e02ebf58d1c4cfcf (plain)
1
2
3
4
5
6
7
#include "pixelsudpstreamer.h"

PixelsUdpStreamer::PixelsUdpStreamer(std::shared_ptr<ICamera> camera)
    : IProtocol{camera}
{}

bool PixelsUdpStreamer::start() {}