AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
main.cpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
9
#include "
ntv2qtpreview.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
int
main
(
int
argc,
char
* argv [])
19
{
20
QApplication app (argc, argv);
21
AJADebug::Open
();
22
23
NTV2QtPreview
window;
24
window.setWindowTitle (
"NTV2 Qt Preview"
);
25
window.show ();
26
27
return
app.exec ();
28
29
}
// main
NTV2QtPreview
I am a QDialog that displays whatever video is present on the SDI inputs of an AJA device....
Definition:
ntv2qtpreview.h:30
main
int main(int argc, const char **argv)
Definition:
main.cpp:30
ntv2qtpreview.h
Header file for NTV2QtPreview demo application. Demonstrates how to capture audio/video from NTV2-bas...
AJADebug::Open
static AJAStatus Open(bool incrementRefCount=false)
Definition:
debug.cpp:44
debug.h
Declares the AJADebug class.
libajantv2
demos
ntv2qtpreview
main.cpp
Generated on Wed Mar 5 2025 11:06:26 for AJA NTV2 SDK by
1.8.17