![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
#include "irsol/server/image_collector/frame.hpp"
#include "irsol/types.hpp"
#include "irsol/utils.hpp"
#include <chrono>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
struct | irsol::server::frame_collector::ClientCollectionParams |
Namespaces | |
namespace | irsol |
namespace | irsol::server |
Core server features. TOBE DEFINED FURTHER. | |
namespace | irsol::server::frame_collector |