Skip to content
forked from keijiro/Klinker

Blackmagic DeckLink video capture/playback plugin for Unity.

License

Notifications You must be signed in to change notification settings

asdlei99/Klinker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klinker

Klinker is a Unity package for sending/receiving video streams via BlackMagic Desktop Video hardware like DeckLink, Intensity, etc.

Klinker is still under development. It has several known/unknown issues. It might be sufficient for testing or proof-of-concept projects, but please consider using other commercial plugins for serious applications.

System Requirements

  • Unity 2019.4 or later
  • Windows system
  • BlackMagic Desktop Video software
  • Desktop Video compatible hardware (DeckLink, Intensity, etc.)

How To Install

This package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.klinker": "0.1.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.klinker": "0.1.0",
...

About

Blackmagic DeckLink video capture/playback plugin for Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.8%
  • C++ 7.3%
  • C# 6.8%
  • Other 1.1%