Skip to content

akila-ganlath-tm/voda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Dependencies

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

While other version of these components might work, these are the ones that are guarant

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 use the following environment variables to search for the dependent libraries:

  1. OSPL_HOME pointing to the folder where OpenSplice is installed
  2. 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. %OSPL_HOME%\bin
  2. %GSTREAMER_1_0_ROOT_X86_64%\bin
  3. %QTDIR%\bin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.7%
  • CMake 20.3%