AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Header file for the NTV2StreamGrabber class. More...
#include <QBasicTimer>
#include <QtCore>
#include <QtWidgets>
#include <QThread>
#include <QtMultimedia>
#include "ntv2card.h"
#include "ntv2enums.h"
#include "ntv2task.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
Go to the source code of this file.
Classes | |
class | NTV2StreamGrabber |
A QThread that captures audio/video from NTV2-compatible AJA devices and uses Qt signals to emit ARGB video frames. To simplify things, I assume the input signal is YCbCr, and the input goes through a color space converter (CSC) to an ARGB FrameStore. I can also output 2 channels of Audio to the host audio system using Qt's QAudioOutput device. More... | |
Macros | |
#define | STREAMPREVIEW_WIDGET_X (960) |
#define | STREAMPREVIEW_WIDGET_Y (540) |
Header file for the NTV2StreamGrabber class.
Definition in file ntv2streamgrabber.h.
#define STREAMPREVIEW_WIDGET_X (960) |
Definition at line 30 of file ntv2streamgrabber.h.
#define STREAMPREVIEW_WIDGET_Y (540) |
Definition at line 31 of file ntv2streamgrabber.h.