1.1 KiB
1.1 KiB
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.
- Implemented sending and receiving by NDI + OpenCV. The code is in NDIlib_Send_Video.cpp and in the NDIlib_Recv.cpp
Installation
Requirements
- Install Gstreamer from the following tutorial: Как_устанавливать_GStreamer.pdf included in this repository. (NOTE: The PDF reader in Gitea can show broken files. If that's the case please use the other reader)
Changes to CMakeLists.txt
- Change ORB-SLAM3_DIR
- Set MY_GST_PATH to the GST_ROOT (Gstreamer installation directory)
- Set MY_NDI_SDK_PATH (it has to set the path to ndi_sdk_for_linux directory)
- Change Pangolin_DIR
- Change path to Sophus in include_directories (41 line)
Building
mkdir build && cd buildcmake ..make
Running
- You can run either from the IDE either from the terminal NDILib_Send_Video and NDIlib_Recv executables.
- You can also test the rest of the executables.