The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object. More...
Public Member Functions | |
| ImageDrawingWindow () | |
| Default constructor. More... | |
| ~ImageDrawingWindow () | |
| Default destructor. More... | |
| bool | Connect (Spinnaker::CameraPtr *pCam) |
| Connect ImageDrawingWindow to camera. 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 | Start () |
| Start image streaming. More... | |
| void | Stop () |
| Stop image streaming. More... | |
| void | Snap () |
| Single image acquisition. More... | |
| bool | IsStreaming () |
| Get a boolean indicating whether drawing Window is streaming images. More... | |
| void | Show () |
| Show the ImageDrawingWindow. More... | |
| void | ShowModal () |
| Show the ImageDrawingWindow as Modal. More... | |
| void | Hide () |
| Hide the ImageDrawingWindow. More... | |
| bool | IsVisible () |
| Hide the ImageDrawingWindow. More... | |
| void | SetTitle (std::string title) |
| Set the window title. More... | |
| std::string | GetTitle () |
| Get the window title. More... | |
The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object.
Default constructor.
| ~ImageDrawingWindow | ( | ) |
Default destructor.
| bool Connect | ( | Spinnaker::CameraPtr * | pCam | ) |
Connect ImageDrawingWindow to camera.
| pCam | pointer to a camera object |
| void Disconnect | ( | ) |
Disconnect the ImageDrawingWindow from associated camera object.
| std::string GetTitle | ( | ) |
Get the window title.
| void Hide | ( | ) |
Hide the ImageDrawingWindow.
| bool IsConnected | ( | ) |
Get a boolean indicating whether Window is connected to a camera object.
| bool IsStreaming | ( | ) |
Get a boolean indicating whether drawing Window is streaming images.
| bool IsVisible | ( | ) |
Hide the ImageDrawingWindow.
| void SetTitle | ( | std::string | title | ) |
Set the window title.
| title | string representing the title. |
| void Show | ( | ) |
Show the ImageDrawingWindow.
| void ShowModal | ( | ) |
Show the ImageDrawingWindow as Modal.
| void Snap | ( | ) |
Single image acquisition.
| void Start | ( | ) |
Start image streaming.
| void Stop | ( | ) |
Stop image streaming.