AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Demonstration application to capture frames from SDI input. More...
#include "ntv2utils.h"
#include "ajatypes.h"
#include "ntv2m31publicinterface.h"
#include "ajabase/common/options_popt.h"
#include "ajabase/system/systemtime.h"
#include "ntv2encodehevc.h"
#include <signal.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
static const size_t | gNumCodecPresets (sizeof(kCodecPreset)/sizeof(M31VideoPreset)) |
static const size_t | gNumCodecFormats (sizeof(kCodecFormat)/sizeof(NTV2FrameBufferFormat)) |
static const size_t | kNoSelection (1000000000) |
static bool | gGlobalQuit ((0)) |
static void | SignalHandler (int inSignal) |
static int | printPresets (void) |
static int | printFormats (void) |
int | main (int argc, const char **argv) |
Variables | |
static const M31VideoPreset | kCodecPreset [] |
static const NTV2FrameBufferFormat | kCodecFormat [] |
Demonstration application to capture frames from SDI input.
Definition in file main.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |