![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Example camera server for client-server interaction with image commands. More...
Go to the source code of this file.
Functions | |
int | main () |
Example camera server for client-server interaction with image commands.
This executable launches a TCP camera server using the IRSOL framework. It listens for incoming client connections and processes image acquisition commands, such as gi
(get image) and gis
(get image stream), distributing frames to clients as requested.
Usage: ./06-client-server-interaction-image-commands-server
The server runs until the user presses 'q' in the terminal, at which point it shuts down gracefully. All logging is written to logs/camera-server.log.
Definition in file server.cpp.
int main | ( | ) |
Definition at line 23 of file server.cpp.