FLI libflipro API
Public Attributes | List of all members
fpro_stream_stats_t Struct Reference

Public Attributes

uint32_t uiNumFramesReceived
 The number of frames received from the camera.
 
uint64_t uiTotalBytesReceived
 The total number of bytes received from the camera.
 
uint64_t uiDiskFramesWritten
 The total number of frames written to disk.
 
double dblDiskAvgMBPerSec
 The average disk write rate in MBytes/sec on a per frame basis.
 
double dblDiskPeakMBPerSec
 The peak write rate in MBytes/sec; the fastest a given frame was written.
 
double dblOverallFramesPerSec
 The overall frames per second received by the streamer. Note this depends on actual frame rate from the camera (e.g. exposure time, etc.). It is calculated simply by counting the number of frames received a dividing by the time delta from when the streaming was started.
 
double dblOverallMBPerSec
 The overall MB per second received by the streamer. Note this depends on actual frame rate from the camera (e.g. exposure time, etc.). Calculated similarly to dblOverallFramesPerSec.
 
FPROSTREAMERSTATUS iStatus
 The status of the streamer. See FPROSTREAMERSTATUS.
 
uint32_t uiReserved
 Reserved for internal use.
 

Detailed Description

Examples
SimpleStreamer.cpp, and StreamingAndHWMerge.cpp.

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