/voda

Video over the Data Distribution Service Application (VoDA)

Primary LanguageRustApache License 2.0Apache-2.0

Video over DDS Application (VoDA)

The Video over the Data Distribution Service Application (VoDA) is a software which allows real-time video data from a webcam to be transmitted using GStreamer and the Data Distribution Services (DDS) middleware. Using DDS as a communication mechanism, allows the video data to be transmitted in a data-centric manner with all the functionalities and advantages of the DDS Quality of Service (QoS) specifications. A demonstration video and detailed technical description is available on our website at http://www.s2e-systems.com/our-projects/videooverdds/ This software should build with CMake on Windows and Linux. The source does also built on ARM computers such as Rasberry Pi's but requires some more build steps.

Dependencies

The project is developed using only open source and cross platform dependencies.

Other version of these components probably work as well.

More information

If you would like to use this software, have any questions, or want to know more about S2E Software, Systems and Control you can visit our website at http://www.s2e-systems.com

Build instructions

To build the software the CMakeLists.txt files are using the following environment variable to search for the dependent libraries:

  1. GSTREAMER_1_0_ROOT_X86_64 to the folder where GStreamer is installed

For run the software the shared library binaries must be added to the PATH environment variable in Windows and to the ldconfig search directories in Linux. In Windows that may be for example:

  1. %GSTREAMER_1_0_ROOT_X86_64%\bin