From 0fdae0386e2e55f489853561dc15055a168e5df1 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Mon, 17 Nov 2025 16:28:45 +0100 Subject: introduce Scanner --- src/protocols/pixelsudpstreamer.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/protocols/pixelsudpstreamer.h (limited to 'src/protocols/pixelsudpstreamer.h') diff --git a/src/protocols/pixelsudpstreamer.h b/src/protocols/pixelsudpstreamer.h new file mode 100644 index 0000000..db8acc3 --- /dev/null +++ b/src/protocols/pixelsudpstreamer.h @@ -0,0 +1,14 @@ +#pragma once + +#include "iprotocol.h" + +class PixelsUdpStreamer : public IProtocol +{ +public: + explicit PixelsUdpStreamer(std::shared_ptr camera); + ~PixelsUdpStreamer() override = default; + +public: + bool start() override; + void stop() override; +}; -- cgit v1.2.3-70-g09d2