NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsTiledDisplayConfig Struct Reference

Detailed Description

Data Fields

NvDsTiledDisplayEnable enable
 
guint rows
 
guint columns
 
guint width
 
guint height
 
guint gpu_id
 
guint nvbuf_memory_type
 
guint compute_hw
 Compute Scaling HW to use Applicable only for Jetson; x86 uses GPU by default (0): Default - Default, GPU for Tesla, VIC for Jetson (1): GPU - GPU (2): VIC - VIC. More...
 
guint buffer_pool_size
 
guint square_seq_grid
 

Field Documentation

◆ buffer_pool_size

guint NvDsTiledDisplayConfig::buffer_pool_size

◆ columns

guint NvDsTiledDisplayConfig::columns

◆ compute_hw

guint NvDsTiledDisplayConfig::compute_hw

Compute Scaling HW to use Applicable only for Jetson; x86 uses GPU by default (0): Default - Default, GPU for Tesla, VIC for Jetson (1): GPU - GPU (2): VIC - VIC.

Definition at line 59 of file sources/apps/apps-common/includes/deepstream_tiled_display.h.

◆ enable

NvDsTiledDisplayEnable NvDsTiledDisplayConfig::enable

◆ gpu_id

guint NvDsTiledDisplayConfig::gpu_id

◆ height

guint NvDsTiledDisplayConfig::height

◆ nvbuf_memory_type

guint NvDsTiledDisplayConfig::nvbuf_memory_type

◆ rows

guint NvDsTiledDisplayConfig::rows

◆ square_seq_grid

guint NvDsTiledDisplayConfig::square_seq_grid

◆ width

guint NvDsTiledDisplayConfig::width

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