|
| DeckLinkCapture (ComPtr< IDeckLink > deckLink) |
|
| DeckLinkCapture (DeckLinkCapture &&other) noexcept |
|
DeckLinkCapture & | operator= (DeckLinkCapture &&other) noexcept |
|
bool | doesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat) |
|
std::string | getDeviceModelName () |
|
std::string | getDeviceDisplayName () |
|
bool | start (BMDDisplayMode displayMode=bmdModeHD1080p30, BMDPixelFormat pixelFormat=bmdFormat8BitYUV) |
|
void | stop () |
|
bool | grab () |
|
bool | retrieve (cv::Mat &videoFrame) |
|
bool | read (cv::Mat &videoFrame) |
|
DeckLinkCapture & | operator>> (cv::Mat &videoFrame) |
|
HRESULT | error () const |
|
const std::string & | errorString () const |
|
|
HRESULT | DeckLinkInputCallback::VideoInputFrameArrived (IDeckLinkVideoInputFrame *videoFrame, IDeckLinkAudioInputPacket *audioPacket) |
|
The documentation for this class was generated from the following files:
- modules/imgimport/include/DeckLinkCapture.h
- modules/imgimport/src/DeckLinkCapture.cpp