GithubHelp home page GithubHelp logo

deltacasttv / videomaster-video-monitor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 28 KB

Application that displays the content of an input stream captured by a Deltacast.TV device, interfaced with the VideoMaster SDK

License: Apache License 2.0

CMake 9.29% C++ 90.71%
cpp streaming streaming-video videomaster

videomaster-video-monitor's Introduction

VideoMaster video monitor

Application that displays the content of an input stream captured by a DELTACAST device, interfaced with the VideoMaster SDK.

An SDI device is currently the only valid type of device for this application.

OS Support:

  • Windows
  • Linux

See https://www.deltacast.tv for more video products.

How to build

VideoViewer requires some dependencies to be installed on the system:

cmake v3.20 or higher
glfw v3.3.6
Python 3

Retrieve dependencies with Conan (optional)

To use Conan 1.x to retrieve the dependencies, create the `modules`` directory and use the install command:

mkdir /path/to/modules
cd /path/to/modules
conan install /path/to/video-viewer -b missing -g cmake_find_package

VideoMaster SDK

The VideoMaster SDK is required to build the application.

After installing the SDK according to the official documentation, the libs and headers should be found without further step needed through the find_package command.

Building with CMake

If you used Conan to retrieve your dependencies, you can use the following commands to build the project:

cmake -S . -B build -DCMAKE_MODULE_PATH:PATH=/path/to/modules
cmake --build build

How to use

All relevant information regarding the application can be found by running the application with the --help option:

./VideoMasterInputViewer --help

For example, to run the application with the default settings (same as --device 0 --input 0), simply run:

./VideoMasterInputViewer

To select the device and connector indexes to use

./VideoMasterInputViewer --device 0 --input 0

Use the device of indexe 0 and the reception connector of indexe 0.

videomaster-video-monitor's People

Contributors

laurent-radoux avatar nathoufresh avatar

Stargazers

 avatar

Watchers

AIM | Nara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.