|
пре 1 месец | |
---|---|---|
.. | ||
cmake | пре 1 година | |
data | пре 1 месец | |
CMakeLists.txt | пре 1 година | |
README.md | пре 3 година | |
aja-card-manager.cpp | пре 1 година | |
aja-card-manager.hpp | пре 1 година | |
aja-common.cpp | пре 1 година | |
aja-common.hpp | пре 1 година | |
aja-enums.hpp | пре 1 година | |
aja-output.cpp | пре 1 година | |
aja-output.hpp | пре 1 година | |
aja-presets.cpp | пре 1 година | |
aja-presets.hpp | пре 1 година | |
aja-props.cpp | пре 1 година | |
aja-props.hpp | пре 2 година | |
aja-routing.cpp | пре 1 година | |
aja-routing.hpp | пре 1 година | |
aja-source.cpp | пре 8 месеци | |
aja-source.hpp | пре 1 година | |
aja-ui-props.hpp | пре 1 година | |
aja-vpid-data.cpp | пре 1 година | |
aja-vpid-data.hpp | пре 1 година | |
aja-widget-io.cpp | пре 1 година | |
aja-widget-io.hpp | пре 1 година | |
audio-repack.c | пре 1 година | |
audio-repack.h | пре 1 година | |
audio-repack.hpp | пре 1 година | |
main.cpp | пре 1 година |
A capture and output plugin for OBS for use with AJA NTV2 I/O devices. The plugin communicates with the AJA device driver via the open-source AJA NTV2 SDK (MIT license). See instructions below for installing the AJA device driver.
Usage of this plugin with an AJA I/O device requires installation of the AJA Device Driver.
Follow one of the methods below to install the AJA device driver for your platform.
Pre-built driver packages for Windows, macOS and Ubuntu Linux are provided as a component of the AJA Software Installer. Navigate to the AJA Support page and download the latest AJA Software Installer for your platform:
The Linux version of the AJA device driver can be built from the MIT-licensed AJA NTV2 SDK sources found here:
https://github.com/aja-video/ntv2
cd
into the ntv2/ajadriver/linux
directorymake
cd
into the ntv2/bin
directory and run sudo sh load_ajantv2
to install the AJA kernel module.NOTE: To uniunstall the Linux kernel module, cd
into the ntv2/bin
directory and run sudo sh unload_ajantv2
.
Capture plugin instances can be added from Sources -> Add -> AJA I/O Device Capture
.
The Output plugin is accessible from Tools -> AJA I/O Device Output
.
The AJA NTV2 SDK is open-source and licensed under the MIT license. A copy of the SDK is included in the source tree of the OBS AJA plugin directory.
To update the plugin's working copy of the AJA NTV2 SDK:
plugins/aja/sdk
within the cloned OBS repository.You should end up with a directory structure like:
plugins/aja/sdk
/ajadriver
/ajalibraries
/cmake
/CMakeLists.txt
/LICENSE
/README.md
Development Credits