PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions
vtkAndorVideoSourceTest.cxx File Reference

Test basic connection to the Andor camera. More...

#include "PlusConfigure.h"
#include "vtkCallbackCommand.h"
#include "vtkCommand.h"
#include "vtkContextScene.h"
#include "vtkContextView.h"
#include "vtkFloatArray.h"
#include "vtkImageData.h"
#include "vtkImageViewer.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderer.h"
#include "vtkSmartPointer.h"
#include "vtkPlusAndorVideoSource.h"
#include "vtkPlusDataSource.h"
#include "igtlOSUtil.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include <stdlib.h>
Include dependency graph for vtkAndorVideoSourceTest.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Test basic connection to the Andor camera.

If the –rendering-off switch is defined then the connection is established, images are transferred for a few seconds, then the connection is closed (useful for automatic testing). If the –rendering-off switch is not defined then the live optical image is displayed in a window (useful for quick interactive testing of the image transfer).

Definition in file vtkAndorVideoSourceTest.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 72 of file vtkAndorVideoSourceTest.cxx.