Giter Club home page Giter Club logo

video_capture's Introduction

Cross Platform Video Capture

Cross Platform Video Capture library for Mac, Windows and Linux.

See Read The Docs for the documentation.

Compiling

Linux

cd video_capture/build
./release_x86.sh 64

Windows

Open a GIT BASH shell!

cd video_capture/build
./release_x86.sh 64

Decklink

Currently we're adding support for Decklink capture devices, here are just some notes about the development.

  Linux
  -----
      - You need to download the DeckLink SDK
      - On Linux you use compile with the DeckLinkAPI.cpp and link with libDeckLinkAPI.so which 
        is loaded automatically when you installed desktop video. 
      - Download the Desktop Video AUR package on Arch Linux: https://aur.archlinux.org/packages/decklink/
      - Extract the tarbal 
      - Run `makepkg -s`  (-s installs dependencies)
      - Install with: `sudo pacman -U decklink-10.2.1a1-1-x86_64.pkg.tar.xz`

  Windows
  --------
      - Download the DeckLink SDK       
      - Copy the contents of `include/*` from the DeckLink SDK to `extern/win-vs*-*/include/decklink/

TODO:

  • On Windows we need to set the desired framerate
  • We probably want to pass a device index to getOutputFormats()

video_capture's People

Watchers

 avatar  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.