Spinnaker SDK C++
4.3.0.189
 
Public Member Functions | Protected Attributes | List of all members

Public Member Functions

 ViewerDlg (void)
 Default constructor. More...
 
 ~ViewerDlg (void)
 Default destructor. More...
 
bool Connect (Spinnaker::CameraPtr camera)
 Connect ImageDrawingWindow to camera. More...
 
void StartStreaming ()
 Start image streaming. More...
 
void StopStreaming ()
 Stop image streaming. More...
 
std::string GetTitle ()
 Set the window title. More...
 
void SetTitle (std::string title)
 Get the window title. More...
 
void Disconnect ()
 Disconnect the ImageDrawingWindow from associated camera object. More...
 
bool IsConnected ()
 Get a boolean indicating whether Window is connected to a camera object. More...
 
void Open ()
 Show the ImageDrawingWindow. More...
 
void Close ()
 Hide the ImageDrawingWindow. More...
 

Protected Attributes

Spinnaker::GUI_WPF::ImageDrawingWindowm_pWPFViewer
 

Constructor & Destructor Documentation

◆ ViewerDlg()

ViewerDlg ( void  )

Default constructor.

◆ ~ViewerDlg()

~ViewerDlg ( void  )

Default destructor.

Member Function Documentation

◆ Close()

void Close ( )

Hide the ImageDrawingWindow.

◆ Connect()

bool Connect ( Spinnaker::CameraPtr  camera)

Connect ImageDrawingWindow to camera.

Parameters
pointerto a camera object
Returns
boolean indicating whether the operation was successful

◆ Disconnect()

void Disconnect ( )

Disconnect the ImageDrawingWindow from associated camera object.

◆ GetTitle()

std::string GetTitle ( )

Set the window title.

Parameters
stringrepresenting the title.

◆ IsConnected()

bool IsConnected ( )

Get a boolean indicating whether Window is connected to a camera object.

Returns
boolean indicating connection status.

◆ Open()

void Open ( )

Show the ImageDrawingWindow.

◆ SetTitle()

void SetTitle ( std::string  title)

Get the window title.

Returns
string representing the title.

◆ StartStreaming()

void StartStreaming ( )

Start image streaming.

◆ StopStreaming()

void StopStreaming ( )

Stop image streaming.

Member Data Documentation

◆ m_pWPFViewer

Spinnaker::GUI_WPF::ImageDrawingWindow* m_pWPFViewer
protected

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