Code Monkey home page Code Monkey logo

ihmc-java-decklink-capture's Introduction

IHMC Java Decklink Capture

A simple JNI library that uses the Blackmagic Decklink SDK to capture video only to a MJPEG file. capture control is provided trough a JNI interface

Requirements

Get "Desktop Video 10.8.5" from https://www.blackmagicdesign.com/support/family/capture-and-playback.

Install avcodec dependencies. On ubuntu run ''' apt-get install libavformat-ffmpeg56 libavcodec-ffmpeg56 libswscale-ffmpeg3 '''

Native libraries are provided for

  • Ubuntu 16.04
  • Ubuntu 16.10

Libraries are tested one by one in the runtime till one loads.

Compilation

The Blackmagic SDK is included in the distribution and gets unzipped by the build file.

apt-get install libavformat-dev libavcodec-dev libswscale-dev
mkdir build
cd build
cmake ..
make 
make install

A new version is now placed in resources/us/ihmc/javaDecklink/lib. Note the version as in libJavadecklink[version].so.

Go in src/us/ihmc/javadecklink/Capture.java and add this version to LIBAV_SUPPORTED_VERSIONS.

ihmc-java-decklink-capture's People

Contributors

jespersmith avatar calvertdw avatar

Watchers

 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.