|
Libargus API
Libargus Camera API
|
Interface used to query the internal frame count for a request. More...
#include <InternalFrameCount.h>
Public Member Functions | |
| virtual uint64_t | getInternalFrameCount () const =0 |
| Returns the internal frame count for the request. | |
Static Public Member Functions | |
| static const InterfaceID & | id () |
Protected Member Functions | |
| ~IInternalFrameCount () | |
Protected Member Functions inherited from Argus::Interface | |
| Interface () | |
| ~Interface () | |
Interface used to query the internal frame count for a request.
Since internal captures do not generate events, detecting internal captures must be done by comparing the internal capture count of successive client- submitted capture requests.
This interface is available from:
Definition at line 104 of file InternalFrameCount.h.
|
inlineprotected |
Definition at line 115 of file InternalFrameCount.h.
|
pure virtual |
Returns the internal frame count for the request.
|
inlinestatic |
Definition at line 107 of file InternalFrameCount.h.
1.8.1