FastCV Sample Application  1.7.1
RendererState Struct Reference

Contains state information of the instance of the application. More...

Public Member Functions

 RendererState ()
 Constructor for State object sets variables to default values.
 RendererState ()
 Constructor for State object sets variables to default values.

Data Fields

CameraRendererRGB565GL2cameraRenderer
 Pointer to RGB renderer for preview frame.
uint8_t * renderBufRGB565
 Image Buffer to copy image into.
uint32_t renderBufSize
 Display Size (in bytes) of image being rendered.
uint32_t renderBufWidth
 Width of renderer buffer.
uint32_t renderBufHeight
 Height of renderer buffer.
bool renderBufReady
pthread_mutex_t mutex
 Pthread mutex storage.

Detailed Description

Contains state information of the instance of the application.


Field Documentation

Flag to protect image buffer data during update from being rendered.


The documentation for this struct was generated from the following files:
 All Data Structures Functions Variables