AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
main.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MIT */
9 #include "ntv2qtmultiinput.h"
10 #include "ajabase/system/debug.h"
11 #include <QtCore>
12 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
13  #include <QtWidgets>
14 #else
15  #include <QtGui>
16 #endif
17 
18 
19 int main (int argc, char * argv [])
20 {
21  QApplication app (argc, argv);
23 
24  NTV2QtMultiInput window;
25  window.setWindowTitle ("NTV2 Qt Multi-Input");
26  window.show ();
27 
28  return app.exec ();
29 
30 } // main
NTV2QtMultiInput
I am a QDialog that displays, in a 4-up (or 8-up) layout, whatever video is present on each SDI input...
Definition: ntv2qtmultiinput.h:32
main
int main(int argc, const char **argv)
Definition: main.cpp:30
AJADebug::Open
static AJAStatus Open(bool incrementRefCount=false)
Definition: debug.cpp:44
ntv2qtmultiinput.h
Header file for NTV2QtMultiInput demonstration application. Demonstrates how to capture several SDI A...
debug.h
Declares the AJADebug class.