b747cdd7c96030f9dd4012893435223d1c336374
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.
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.
Description
System for localizing the camera and sending the result. Debug code designed for Linux.
Languages
Makefile
60%
C++
22.1%
CMake
14.8%
C
3%
Shell
0.1%