Files
cv_networking_pipeline_linux/README.md

20 lines
683 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# cv_networking_pipeline_linux
Receive by UDP, process with ORB-SLAM3, visualize the result, and send by OSC. Made for Linux.
UPDATE: Implemented send/receive pipeline with the NDI protocol.
1. Implemented sending and receiving by NDI + OpenCV. The code is in NDIlib_Send_Video.cpp and in the NDIlib_Recv.cpp
## Installation
### Requirements
1. Install Gstreamer from the following tutorial: Как_устанавливать_GStreamer.pdf
### Building
1. `mkdir build && cd build`
2. `cmake ..`
3. `make`
### Running
1. You can run either from the IDE either from the terminal NDILib_Send_Video and NDIlib_Recv executables.
2. You can also test the rest of the executables.