AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Demonstration application that grabs closed-captioning data from frames captured from SDI input (using AutoCirculate), and writes the captions to standard output. More...
#include "ajatypes.h"
#include "ajabase/common/options_popt.h"
#include "ajabase/pnp/pnp.h"
#include "ntv2ccgrabber.h"
#include "ntv2utils.h"
#include <signal.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
static bool | gGlobalQuit ((0)) |
static void | SignalHandler (int inSignal) |
static void | PnpCallback (const AJAPnpMessage inMessage, void *pUserData) |
This function gets called whenever an AJA device is attached or detached to/from the host. More... | |
int | main (int argc, const char **argv) |
Variables | |
static AJAPnp | gPlugAndPlay |
Demonstration application that grabs closed-captioning data from frames captured from SDI input (using AutoCirculate), and writes the captions to standard output.
Definition in file main.cpp.
|
static |
|
static |