Vision Apps User Guide
app_display_module.h File Reference

Go to the source code of this file.

Data Structures

struct  DisplayObj
 Display Module Data Structure. More...
 

Macros

#define DISPLAY_WIDTH   (1920)
 Display width value, can be modified as needed. More...
 
#define DISPLAY_HEIGHT   (1080)
 Display height value, can be modified as needed. More...
 

Functions

vx_status app_init_display (vx_context context, DisplayObj *displayObj, char *objName)
 Display module init helper function. More...
 
void app_deinit_display (DisplayObj *displayObj)
 Display module deinit helper function. More...
 
void app_delete_display (DisplayObj *displayObj)
 Display module delete helper function. More...
 
vx_status app_create_graph_display (vx_graph graph, DisplayObj *displayObj, vx_image disp_image)
 Display module create helper function. More...