Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
ImageDrawingWindow Class Reference

The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object. More...

#include <SpinnakerGUI_WPF.h>

Public Member Functions

 ImageDrawingWindow ()
 Default constructor.
 
 ~ImageDrawingWindow ()
 Default destructor.
 
bool Connect (Spinnaker::CameraPtr *pCam)
 Connect ImageDrawingWindow to camera.
 
void Disconnect ()
 Disconnect the ImageDrawingWindow from associated camera object.
 
bool IsConnected ()
 Get a boolean indicating whether Window is connected to a camera object.
 
void Start ()
 Start image streaming.
 
void Stop ()
 Stop image streaming.
 
void Snap ()
 Single image acquisition.
 
bool IsStreaming ()
 Get a boolean indicating whether drawing Window is streaming images.
 
void Show ()
 Show the ImageDrawingWindow.
 
void ShowModal ()
 Show the ImageDrawingWindow as Modal.
 
void Hide ()
 Hide the ImageDrawingWindow.
 
bool IsVisible ()
 Hide the ImageDrawingWindow.
 
void SetTitle (std::string title)
 Set the window title.
 
std::string GetTitle ()
 Get the window title.
 

Detailed Description

The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object.

Constructor & Destructor Documentation

◆ ImageDrawingWindow()

Default constructor.

◆ ~ImageDrawingWindow()

Default destructor.

Member Function Documentation

◆ Connect()

bool Connect ( Spinnaker::CameraPtr pCam)

Connect ImageDrawingWindow to camera.

Parameters
pCampointer to 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 ( )

Get the window title.

Returns
string representing the title.

◆ Hide()

void Hide ( )

Hide the ImageDrawingWindow.

◆ IsConnected()

bool IsConnected ( )

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

Returns
boolean indicating connection status.

◆ IsStreaming()

bool IsStreaming ( )

Get a boolean indicating whether drawing Window is streaming images.

Returns
boolean indicating streaming status.

◆ IsVisible()

bool IsVisible ( )

Hide the ImageDrawingWindow.

Returns
boolean indicating whether the window is visible

◆ SetTitle()

void SetTitle ( std::string  title)

Set the window title.

Parameters
titlestring representing the title.

◆ Show()

void Show ( )

Show the ImageDrawingWindow.

◆ ShowModal()

void ShowModal ( )

Show the ImageDrawingWindow as Modal.

◆ Snap()

void Snap ( )

Single image acquisition.

◆ Start()

void Start ( )

Start image streaming.

◆ Stop()

void Stop ( )

Stop image streaming.


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