eBUS SDK v6.2.8.5877 API
7 #ifndef __PVDISPLAYTHREAD_H__
8 #define __PVDISPLAYTHREAD_H__
10 #include <PvAppUtilsLib.h>
11 #include <PvPropertyList.h>
16 namespace PvAppUtilsLib
19 class DisplayThreadProxy;
37 bool IsRunning()
const;
39 uint32_t GetPriority()
const;
40 PvResult SetPriority( uint32_t aPriority );
43 void ReleaseLatestBuffer();
45 bool GetKeepPartialImagesEnabled()
const;
46 void SetKeepPartialImagesEnabled(
bool aEnabled );
48 bool GetBufferLogErrorEnabled()
const;
49 void SetBufferLogErrorEnabled(
bool aValue );
51 bool GetBufferLogAllEnabled()
const;
52 void SetBufferLogAllEnabled(
bool aValue );
54 bool GetChunkLogEnabled()
const;
55 void SetChunkLogEnabled(
bool aValue );
60 uint32_t GetFPS()
const;
61 uint32_t GetTargetFPS()
const;
62 void SetTargetFPS( uint32_t aValue );
64 bool GetVSyncEnabled()
const;
65 void SetVSyncEnabled(
bool aEnabled );
67 bool GetDisplayChunkDataEnabled()
const;
68 void SetDisplayChunkDataEnabled(
bool aEnabled );
73 void ResetStatistics();
80 virtual void OnBufferRetrieved(
PvBuffer *aBuffer );
81 virtual void OnBufferDisplay(
PvBuffer *aBuffer );
82 virtual void OnBufferDone(
PvBuffer *aBuffer );
83 virtual void OnBufferLog(
const PvString &aLog );
84 virtual void OnBufferTextOverlay(
const PvString &aText );
88 PvAppUtilsLib::DisplayThread *mThis;
89 friend class PvAppUtilsLib::DisplayThreadProxy;
Result information.
Definition: PvResult.h:13
Thread taking buffers out of a PvPipeline in order to display them.
Definition: PvDisplayThread.h:27
Helper class for receiving data from a GigE Vision or USB3 Vision transmitter.
Definition: PvPipeline.h:21
String class.
Definition: PvString.h:21
PvTapGeometryEnum
Tap geoemtry enumeration type.
Definition: PvTapGeometry.h:11
GenICam feature array.
Definition: PvGenParameterArray.h:38
Tap geometry types definition.
Class used to hold a group of PvProperty objects.
Definition: PvPropertyList.h:20
PvDeinterlacingType
Various deinterlacing options that can be used to configure PvDisplayThread.
Definition: PvDeinterlacingType.h:11
Represents a block of GigE Vision or USB3 Vision data in memory.
Definition: PvBuffer.h:47
Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com