PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPlusOpenCVCaptureVideoSource Class Reference

Class for interfacing an OpenCVC capture device and recording frames into a Plus buffer. More...

#include <src/PlusDataCollection/OpenCVVideo/vtkPlusOpenCVCaptureVideoSource.h>

Inheritance diagram for vtkPlusOpenCVCaptureVideoSource:
Inheritance graph
[legend]
Collaboration diagram for vtkPlusOpenCVCaptureVideoSource:
Collaboration graph
[legend]

Public Types

typedef vtkPlusDevice Superclass
 
- Public Types inherited from vtkPlusDevice
typedef vtkImageAlgorithm Superclass
 

Public Member Functions

PlusStatus FreezeDevice (bool freeze)
 
virtual bool GetAutoexposureEnabled ()
 
virtual bool GetAutofocusEnabled ()
 
virtual const char * GetClassName ()
 
virtual int GetDeviceIndex ()
 
virtual std::string GetFourCC ()
 
virtual PlusStatus InternalUpdate ()
 
virtual int IsA (const char *type)
 
virtual bool IsTracker () const
 
virtual PlusStatus NotifyConfigured ()
 
virtual void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual PlusStatus ReadConfiguration (vtkXMLDataElement *config)
 
virtual void SetAutoexposureEnabled (bool)
 
virtual void SetAutofocusEnabled (bool)
 
virtual void SetDeviceIndex (int)
 
virtual void SetFourCC (std::string)
 
 vtkGetStdStringMacro (VideoURL)
 
 vtkSetStdStringMacro (VideoURL)
 
virtual PlusStatus WriteConfiguration (vtkXMLDataElement *config)
 
- Public Member Functions inherited from vtkPlusDevice
PlusStatus AddFieldDataSource (vtkPlusDataSource *aSource)
 
PlusStatus AddInputChannel (vtkPlusChannel *aChannel)
 
PlusStatus AddOutputChannel (vtkPlusChannel *aChannel)
 
PlusStatus AddTool (vtkPlusDataSource *tool, bool requireUniquePortName=true)
 
PlusStatus AddVideoSource (vtkPlusDataSource *anImage)
 
void ClearAllBuffers ()
 
virtual PlusStatus Connect ()
 
virtual PlusStatus CreateDefaultOutputChannel (const char *channelId=NULL, bool addSource=true)
 
void DeepCopy (const vtkPlusDevice &device)
 
virtual PlusStatus Disconnect ()
 
virtual PlusStatus ForceUpdate ()
 
virtual double GetAcquisitionRate () const
 
virtual PlusStatus GetBufferSize (vtkPlusChannel &aChannel, int &outVal, const std::string &aSourceId=std::string(""))
 
virtual int GetConnected () const
 
virtual bool GetCorrectlyConfigured () const
 
PlusStatus GetDataSource (const char *aSourceId, vtkPlusDataSource *&aSource)
 
PlusStatus GetDataSource (const std::string &aSourceId, vtkPlusDataSource *&aSource)
 
virtual double GetDesiredTimestamp ()
 
virtual std::string GetDeviceId () const
 
PlusStatus GetFieldDataSource (const char *aSourceId, vtkPlusDataSource *&aSource) const
 
PlusStatus GetFieldDataSource (const std::string &aSourceId, vtkPlusDataSource *&aSource) const
 
DataSourceContainerConstIterator GetFieldDataSourcessIteratorBegin () const
 
DataSourceContainerConstIterator GetFieldDataSourcessIteratorEnd () const
 
PlusStatus GetFirstActiveOutputVideoSource (vtkPlusDataSource *&aVideoSource)
 
PlusStatus GetFirstActiveTool (vtkPlusDataSource *&aTool) const
 
PlusStatus GetFirstOutputChannel (vtkPlusChannel *&aChannel)
 
PlusStatus GetFirstVideoSource (vtkPlusDataSource *&anImage)
 
virtual unsigned long GetFrameNumber () const
 
virtual double GetFrameTimeStamp () const
 
virtual PlusStatus GetImage (const std::string &requestedImageId, std::string &assignedImageId, const std::string &imageReferencFrameName, vtkImageData *imageData, vtkMatrix4x4 *ijkToReferenceTransform)
 
virtual PlusStatus GetImageMetaData (igsioCommon::ImageMetaDataList &imageMetaDataItems)
 
virtual US_IMAGE_TYPE GetImageType (vtkPlusChannel &aChannel)
 
PlusStatus GetInputDevices (std::vector< vtkPlusDevice * > &outDeviceList) const
 
PlusStatus GetInputDevicesRecursive (std::vector< vtkPlusDevice * > &outDeviceList) const
 
virtual PlusStatus GetInputFrameSize (vtkPlusChannel &aChannel, unsigned int &x, unsigned int &y, unsigned int &z) const
 
virtual PlusStatus GetInputFrameSize (vtkPlusChannel &aChannel, FrameSizeType &dim) const
 
double GetInternalUpdateRate () const
 
virtual double GetLocalTimeOffsetSec () const
 
double GetMissingInputGracePeriodSec () const
 
virtual int GetNumberOfFieldDataSources () const
 
virtual int GetNumberOfTools () const
 
virtual int GetNumberOfVideoSources () const
 
PlusStatus GetOutputChannelByName (vtkPlusChannel *&aChannel, const char *aChannelId)
 
PlusStatus GetOutputChannelByName (vtkPlusChannel *&aChannel, const std::string &aChannelId)
 
ChannelContainerConstIterator GetOutputChannelsEnd () const
 
ChannelContainerIterator GetOutputChannelsEnd ()
 
ChannelContainerConstIterator GetOutputChannelsStart () const
 
ChannelContainerIterator GetOutputChannelsStart ()
 
virtual PlusStatus GetOutputFrameSize (vtkPlusChannel &aChannel, unsigned int &x, unsigned int &y, unsigned int &z) const
 
virtual PlusStatus GetOutputFrameSize (vtkPlusChannel &aChannel, FrameSizeType &dim) const
 
virtual std::string GetParameter (const std::string &key) const
 
virtual PlusStatus GetParameter (const std::string &key, std::string &outValue) const
 
virtual igsioCommon::VTKScalarPixelType GetPixelType (vtkPlusChannel &aChannel)
 
virtual std::string GetSdkVersion ()
 
virtual double GetStartTime ()
 
virtual double GetTimestampClosestToDesired ()
 
PlusStatus GetTool (const char *aToolSourceId, vtkPlusDataSource *&aTool) const
 
PlusStatus GetTool (const std::string &aToolSourceId, vtkPlusDataSource *&aTool) const
 
PlusStatus GetToolByPortName (const char *aPortName, vtkPlusDataSource *&aSource)
 
PlusStatus GetToolByPortName (const std::string &aPortName, vtkPlusDataSource *&aSource)
 
DataSourceContainerConstIterator GetToolIteratorBegin () const
 
DataSourceContainerConstIterator GetToolIteratorEnd () const
 
std::string GetToolReferenceFrameName () const
 
virtual int GetUpdateWithDesiredTimestamp ()
 
PlusStatus GetVideoSource (const char *aSourceId, vtkPlusDataSource *&aVideoSource)
 
PlusStatus GetVideoSourceByIndex (const unsigned int index, vtkPlusDataSource *&aVideoSource)
 
DataSourceContainerConstIterator GetVideoSourceIteratorBegin () const
 
DataSourceContainerConstIterator GetVideoSourceIteratorEnd () const
 
std::vector< vtkPlusDataSource * > GetVideoSources () const
 
PlusStatus GetVideoSourcesByPortName (const char *aPortName, std::vector< vtkPlusDataSource * > &sources)
 
PlusStatus GetVideoSourcesByPortName (const std::string &aPortName, std::vector< vtkPlusDataSource * > &sources)
 
virtual bool IsConnected () const
 
virtual bool IsRecording () const
 
virtual bool IsResettable ()
 
virtual bool IsVirtual () const
 
virtual int OutputChannelCount () const
 
virtual PlusStatus Probe ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual PlusStatus Reset ()
 
virtual PlusStatus SendText (const std::string &textToSend, std::string *textReceived=NULL)
 
PlusStatus SetAcquisitionRate (double aRate)
 
virtual PlusStatus SetBufferSize (vtkPlusChannel &aChannel, int FrameBufferSize, const std::string &aSourceId=std::string(""))
 
virtual void SetDataCollector (vtkPlusDataCollector *_arg)
 
virtual void SetDesiredTimestamp (double)
 
void SetDeviceId (const std::string &id)
 
void SetFieldDataSourcesBufferSize (int aBufferSize)
 
virtual PlusStatus SetImageType (vtkPlusChannel &aChannel, US_IMAGE_TYPE imageType)
 
virtual PlusStatus SetInputFrameSize (vtkPlusDataSource &aSource, unsigned int x, unsigned int y, unsigned int z)
 
virtual void SetLocalTimeOffsetSec (double aTimeOffsetSec)
 
virtual void SetMissingInputGracePeriodSec (double)
 
virtual PlusStatus SetParameter (const std::string &key, const std::string &value)
 
virtual PlusStatus SetPixelType (vtkPlusChannel &aChannel, igsioCommon::VTKScalarPixelType pixelType)
 
virtual void SetStartTime (double startTime)
 
void SetToolReferenceFrameName (const std::string &frameName)
 
void SetToolsBufferSize (int aBufferSize)
 
virtual void SetUpdateWithDesiredTimestamp (int)
 
virtual PlusStatus StartRecording ()
 
virtual PlusStatus StopRecording ()
 
virtual void UpdateWithDesiredTimestampOff ()
 
virtual void UpdateWithDesiredTimestampOn ()
 
virtual PlusStatus WriteToolsToSequenceFile (const std::string &filename, bool useCompression=false)
 

Static Public Member Functions

static cv::VideoCaptureAPIs CaptureAPIFromString (const std::string &apiString)
 
static int IsTypeOf (const char *type)
 
static vtkPlusOpenCVCaptureVideoSourceNew ()
 
static vtkPlusOpenCVCaptureVideoSourceSafeDownCast (vtkObject *o)
 
static std::string StringFromCaptureAPI (cv::VideoCaptureAPIs api)
 
- Static Public Member Functions inherited from vtkPlusDevice
static PlusStatus GetToolReferenceFrameFromTrackedFrame (igsioTrackedFrame &aFrame, std::string &aToolReferenceFrameName)
 
static int IsTypeOf (const char *type)
 
static vtkPlusDeviceNew ()
 
static vtkPlusDeviceSafeDownCast (vtkObject *o)
 

Protected Member Functions

virtual PlusStatus InternalConnect ()
 
virtual PlusStatus InternalDisconnect ()
 
 vtkPlusOpenCVCaptureVideoSource ()
 
 ~vtkPlusOpenCVCaptureVideoSource ()
 
- Protected Member Functions inherited from vtkPlusDevice
virtual PlusStatus AddVideoItemToVideoSources (const std::vector< vtkPlusDataSource * > &videoSources, const igsioVideoFrame &frame, long frameNumber, double unfilteredTimestamp=UNDEFINED_TIMESTAMP, double filteredTimestamp=UNDEFINED_TIMESTAMP, const igsioFieldMapType *customFields=NULL)
 
virtual PlusStatus AddVideoItemToVideoSources (const std::vector< vtkPlusDataSource * > &videoSources, void *imageDataPtr, US_IMAGE_ORIENTATION usImageOrientation, const FrameSizeType &frameSizeInPx, igsioCommon::VTKScalarPixelType pixelType, unsigned int numberOfScalarComponents, US_IMAGE_TYPE imageType, int numberOfBytesToSkip, long frameNumber, double unfilteredTimestamp=UNDEFINED_TIMESTAMP, double filteredTimestamp=UNDEFINED_TIMESTAMP, const igsioFieldMapType *customFields=NULL)
 
PlusStatus EnsureUniqueDataSourceId (const std::string &aSourceId)
 
vtkXMLDataElement * FindInputChannelElement (vtkXMLDataElement *rootXMLElement, const char *aChannelId)
 
vtkXMLDataElement * FindOutputChannelElement (vtkXMLDataElement *rootXMLElement, const char *aChannelId)
 
vtkXMLDataElement * FindThisDeviceElement (vtkXMLDataElement *rootXMLElement)
 
virtual vtkPlusDataCollectorGetDataCollector ()
 
double GetRecordingStartTime () const
 
bool GetStartThreadForInternalUpdates () const
 
bool HasGracePeriodExpired ()
 
virtual PlusStatus InternalStartRecording ()
 
virtual PlusStatus InternalStopRecording ()
 
virtual void InternalWriteInputChannels (vtkXMLDataElement *rootXMLElement)
 
virtual void InternalWriteOutputChannels (vtkXMLDataElement *rootXMLElement)
 
virtual void SetCorrectlyConfigured (bool)
 
virtual void SetRecordingStartTime (double)
 
virtual void SetStartThreadForInternalUpdates (bool)
 
virtual PlusStatus ToolTimeStampedUpdate (const std::string &aToolSourceId, vtkMatrix4x4 *matrix, ToolStatus status, unsigned long frameNumber, double unfilteredtimestamp, const igsioFieldMapType *customFields=NULL)
 
virtual PlusStatus ToolTimeStampedUpdateWithoutFiltering (const std::string &aToolSourceId, vtkMatrix4x4 *matrix, ToolStatus status, double unfilteredtimestamp, double filteredtimestamp, const igsioFieldMapType *customFields=NULL)
 
 vtkPlusDevice ()
 
virtual ~vtkPlusDevice ()
 

Protected Attributes

bool AutoexposureEnabled
 
bool AutofocusEnabled
 
std::shared_ptr< cv::Mat > CameraMatrix
 
std::shared_ptr< cv::VideoCapture > Capture
 
int DeviceIndex
 
std::shared_ptr< cv::Mat > DistortionCoefficients
 
std::string FourCC
 
std::shared_ptr< cv::Mat > Frame
 
FrameSizeType FrameSize
 
cv::VideoCaptureAPIs RequestedCaptureAPI
 
std::shared_ptr< cv::Mat > UndistortedFrame
 
std::string VideoURL
 
- Protected Attributes inherited from vtkPlusDevice
double AcquisitionRate
 
int Connected
 
bool CorrectlyConfigured
 
StreamBufferItemCurrentStreamBufferItem
 
vtkPlusDataCollectorDataCollector
 
double DesiredTimestamp
 
std::string DeviceId
 
DataSourceContainer Fields
 
unsigned long FrameNumber
 
double FrameTimeStamp
 
ChannelContainer InputChannels
 
double LocalTimeOffsetSec
 
double MissingInputGracePeriodSec
 
ChannelContainer OutputChannels
 
int OutputNeedsInitialization
 
std::map< std::string, std::string > Parameters
 
int Recording
 
double RecordingStartTime
 
std::set< std::string > ReportedUnknownTools
 
bool RequireImageOrientationInConfiguration
 
bool RequirePortNameInDeviceSetConfiguration
 
bool StartThreadForInternalUpdates
 
bool ThreadAlive
 
vtkMultiThreader * Threader
 
int ThreadId
 
double TimestampClosestToDesired
 
std::string ToolReferenceFrameName
 
DataSourceContainer Tools
 
int UpdateWithDesiredTimestamp
 
DataSourceContainer VideoSources
 

Additional Inherited Members

- Public Attributes inherited from vtkPlusDevice
double InternalUpdateRate
 
vtkIGSIORecursiveCriticalSection * UpdateMutex
 
vtkTimeStamp UpdateTime
 
- Static Public Attributes inherited from vtkPlusDevice
static const std::string BMODE_PORT_NAME = "B"
 
static const std::string PARAMETER_XML_ELEMENT_TAG = "Parameter"
 
static const std::string PARAMETERS_XML_ELEMENT_TAG = "Parameters"
 
static const std::string RFMODE_PORT_NAME = "Rf"
 
- Static Protected Member Functions inherited from vtkPlusDevice
static void * vtkDataCaptureThread (vtkMultiThreader::ThreadInfo *data)
 
- Static Protected Attributes inherited from vtkPlusDevice
static const int VIRTUAL_DEVICE_FRAME_RATE = 50
 

Detailed Description

Class for interfacing an OpenCVC capture device and recording frames into a Plus buffer.

Requires the PLUS_USE_OpenCVCapture_VIDEO option in CMake. Requires OpenCV with FFMPEG built (for RTSP support)

Definition at line 32 of file vtkPlusOpenCVCaptureVideoSource.h.

Member Typedef Documentation

◆ Superclass

Definition at line 36 of file vtkPlusOpenCVCaptureVideoSource.h.

Constructor & Destructor Documentation

◆ vtkPlusOpenCVCaptureVideoSource()

vtkPlusOpenCVCaptureVideoSource::vtkPlusOpenCVCaptureVideoSource ( )
protected

Definition at line 29 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ ~vtkPlusOpenCVCaptureVideoSource()

vtkPlusOpenCVCaptureVideoSource::~vtkPlusOpenCVCaptureVideoSource ( )
protected

Definition at line 48 of file vtkPlusOpenCVCaptureVideoSource.cxx.

Member Function Documentation

◆ CaptureAPIFromString()

cv::VideoCaptureAPIs vtkPlusOpenCVCaptureVideoSource::CaptureAPIFromString ( const std::string &  apiString)
static

Definition at line 365 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ FreezeDevice()

PlusStatus vtkPlusOpenCVCaptureVideoSource::FreezeDevice ( bool  freeze)

Manage device frozen state

Definition at line 161 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ GetAutoexposureEnabled()

virtual bool vtkPlusOpenCVCaptureVideoSource::GetAutoexposureEnabled ( )
virtual

◆ GetAutofocusEnabled()

virtual bool vtkPlusOpenCVCaptureVideoSource::GetAutofocusEnabled ( )
virtual

◆ GetClassName()

virtual const char* vtkPlusOpenCVCaptureVideoSource::GetClassName ( )
virtual

Reimplemented from vtkPlusDevice.

◆ GetDeviceIndex()

virtual int vtkPlusOpenCVCaptureVideoSource::GetDeviceIndex ( )
virtual

◆ GetFourCC()

virtual std::string vtkPlusOpenCVCaptureVideoSource::GetFourCC ( )
virtual

◆ InternalConnect()

PlusStatus vtkPlusOpenCVCaptureVideoSource::InternalConnect ( )
protectedvirtual

Should be overridden to connect to the hardware

Reimplemented from vtkPlusDevice.

Definition at line 175 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ InternalDisconnect()

PlusStatus vtkPlusOpenCVCaptureVideoSource::InternalDisconnect ( )
protectedvirtual

Release the video driver. Should be overridden to disconnect from the hardware.

Reimplemented from vtkPlusDevice.

Definition at line 266 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ InternalUpdate()

PlusStatus vtkPlusOpenCVCaptureVideoSource::InternalUpdate ( )
virtual

Get an update from the tracking system and push the new transforms to the tools. This function is called by the tracker thread.

Reimplemented from vtkPlusDevice.

Definition at line 276 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ IsA()

virtual int vtkPlusOpenCVCaptureVideoSource::IsA ( const char *  type)
virtual

Reimplemented from vtkPlusDevice.

◆ IsTracker()

virtual bool vtkPlusOpenCVCaptureVideoSource::IsTracker ( ) const
inlinevirtual

Is this device a tracker

Reimplemented from vtkPlusDevice.

Definition at line 48 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ IsTypeOf()

static int vtkPlusOpenCVCaptureVideoSource::IsTypeOf ( const char *  type)
static

◆ New()

static vtkPlusOpenCVCaptureVideoSource* vtkPlusOpenCVCaptureVideoSource::New ( )
static

◆ NotifyConfigured()

PlusStatus vtkPlusOpenCVCaptureVideoSource::NotifyConfigured ( )
virtual

Verify the device is correctly configured

Reimplemented from vtkPlusDevice.

Definition at line 330 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ PrintSelf()

void vtkPlusOpenCVCaptureVideoSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Reimplemented from vtkPlusDevice.

Definition at line 53 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ ReadConfiguration()

PlusStatus vtkPlusOpenCVCaptureVideoSource::ReadConfiguration ( vtkXMLDataElement *  config)
virtual

Read configuration from xml data

Reimplemented from vtkPlusDevice.

Definition at line 72 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ SafeDownCast()

static vtkPlusOpenCVCaptureVideoSource* vtkPlusOpenCVCaptureVideoSource::SafeDownCast ( vtkObject *  o)
static

◆ SetAutoexposureEnabled()

virtual void vtkPlusOpenCVCaptureVideoSource::SetAutoexposureEnabled ( bool  )
virtual

◆ SetAutofocusEnabled()

virtual void vtkPlusOpenCVCaptureVideoSource::SetAutofocusEnabled ( bool  )
virtual

◆ SetDeviceIndex()

virtual void vtkPlusOpenCVCaptureVideoSource::SetDeviceIndex ( int  )
virtual

◆ SetFourCC()

virtual void vtkPlusOpenCVCaptureVideoSource::SetFourCC ( std::string  )
virtual

◆ StringFromCaptureAPI()

std::string vtkPlusOpenCVCaptureVideoSource::StringFromCaptureAPI ( cv::VideoCaptureAPIs  api)
static

Definition at line 490 of file vtkPlusOpenCVCaptureVideoSource.cxx.

◆ vtkGetStdStringMacro()

vtkPlusOpenCVCaptureVideoSource::vtkGetStdStringMacro ( VideoURL  )

◆ vtkSetStdStringMacro()

vtkPlusOpenCVCaptureVideoSource::vtkSetStdStringMacro ( VideoURL  )

◆ WriteConfiguration()

PlusStatus vtkPlusOpenCVCaptureVideoSource::WriteConfiguration ( vtkXMLDataElement *  config)
virtual

Write configuration to xml data

Reimplemented from vtkPlusDevice.

Definition at line 129 of file vtkPlusOpenCVCaptureVideoSource.cxx.

Member Data Documentation

◆ AutoexposureEnabled

bool vtkPlusOpenCVCaptureVideoSource::AutoexposureEnabled
protected

Definition at line 89 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ AutofocusEnabled

bool vtkPlusOpenCVCaptureVideoSource::AutofocusEnabled
protected

Definition at line 88 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ CameraMatrix

std::shared_ptr<cv::Mat> vtkPlusOpenCVCaptureVideoSource::CameraMatrix
protected

Definition at line 94 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ Capture

std::shared_ptr<cv::VideoCapture> vtkPlusOpenCVCaptureVideoSource::Capture
protected

Definition at line 84 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ DeviceIndex

int vtkPlusOpenCVCaptureVideoSource::DeviceIndex
protected

Definition at line 83 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ DistortionCoefficients

std::shared_ptr<cv::Mat> vtkPlusOpenCVCaptureVideoSource::DistortionCoefficients
protected

Definition at line 95 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ FourCC

std::string vtkPlusOpenCVCaptureVideoSource::FourCC
protected

Definition at line 90 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ Frame

std::shared_ptr<cv::Mat> vtkPlusOpenCVCaptureVideoSource::Frame
protected

Definition at line 85 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ FrameSize

FrameSizeType vtkPlusOpenCVCaptureVideoSource::FrameSize
protected

Definition at line 92 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ RequestedCaptureAPI

cv::VideoCaptureAPIs vtkPlusOpenCVCaptureVideoSource::RequestedCaptureAPI
protected

Definition at line 87 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ UndistortedFrame

std::shared_ptr<cv::Mat> vtkPlusOpenCVCaptureVideoSource::UndistortedFrame
protected

Definition at line 86 of file vtkPlusOpenCVCaptureVideoSource.h.

◆ VideoURL

std::string vtkPlusOpenCVCaptureVideoSource::VideoURL
protected

Definition at line 82 of file vtkPlusOpenCVCaptureVideoSource.h.


The documentation for this class was generated from the following files: