AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
main.cpp File Reference

Demonstration application that "burns" timecode into separate fields captured from interlaced SDI input video, and plays out the modified fields to SDI output. More...

#include "ntv2fieldburn.h"
#include <signal.h>
#include <iostream>
#include <iomanip>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

static bool gGlobalQuit (false)
 Set this "true" to exit gracefully. More...
 
static void SignalHandler (int inSignal)
 
int main (int argc, const char **argv)
 

Detailed Description

Demonstration application that "burns" timecode into separate fields captured from interlaced SDI input video, and plays out the modified fields to SDI output.

Definition in file main.cpp.

Function Documentation

◆ gGlobalQuit()

static bool gGlobalQuit ( false  )
static

Set this "true" to exit gracefully.

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 30 of file main.cpp.

◆ SignalHandler()

static void SignalHandler ( int  inSignal)
static

Definition at line 23 of file main.cpp.