NVIDIA DeepStream SDK API Reference

6.4 Release
Global properties

Detailed Description

Global properties that apply to all surfaces and are specified under [property] group.

Macros

#define CONFIG_GROUP_DEWARPER_PROPERTY   "property"
 Identifier for [property] group. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_WIDTH   "output-width"
 Scale dewarped surfaces to specified output width. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_HEIGHT   "output-height"
 Scale dewarped surfaces to specified output height. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_CUDA_MEMORY_TYPE   "cuda-memory-type"
 NVDS CUDA memory type. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_NUM_BATCH_BUFFERS   "num-batch-buffers"
 Number of dewarped output surfaces per buffer. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_DUMP_FRAMES   "dewarp-dump-frames"
 Number of dewarped frames to dump. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_AISLE_CALIB_FILE   "aisle-calibration-file"
 Pathname of the configuration file for aisle view. More...
 
#define CONFIG_GROUP_DEWARPER_PROPERTY_SPOT_CALIB_FILE   "spot-calibration-file"
 Pathname of the configuration file for spot view. More...
 

Macro Definition Documentation

◆ CONFIG_GROUP_DEWARPER_PROPERTY

#define CONFIG_GROUP_DEWARPER_PROPERTY   "property"

Identifier for [property] group.

Definition at line 44 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_AISLE_CALIB_FILE

#define CONFIG_GROUP_DEWARPER_PROPERTY_AISLE_CALIB_FILE   "aisle-calibration-file"

Pathname of the configuration file for aisle view.

Definition at line 50 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_CUDA_MEMORY_TYPE

#define CONFIG_GROUP_DEWARPER_PROPERTY_CUDA_MEMORY_TYPE   "cuda-memory-type"

NVDS CUDA memory type.

Definition at line 47 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_DUMP_FRAMES

#define CONFIG_GROUP_DEWARPER_PROPERTY_DUMP_FRAMES   "dewarp-dump-frames"

Number of dewarped frames to dump.

Definition at line 49 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_NUM_BATCH_BUFFERS

#define CONFIG_GROUP_DEWARPER_PROPERTY_NUM_BATCH_BUFFERS   "num-batch-buffers"

Number of dewarped output surfaces per buffer.

Definition at line 48 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_HEIGHT

#define CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_HEIGHT   "output-height"

Scale dewarped surfaces to specified output height.

Definition at line 46 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_WIDTH

#define CONFIG_GROUP_DEWARPER_PROPERTY_OUTPUT_WIDTH   "output-width"

Scale dewarped surfaces to specified output width.

Definition at line 45 of file nvdewarper_property_parser.h.

◆ CONFIG_GROUP_DEWARPER_PROPERTY_SPOT_CALIB_FILE

#define CONFIG_GROUP_DEWARPER_PROPERTY_SPOT_CALIB_FILE   "spot-calibration-file"

Pathname of the configuration file for spot view.

Definition at line 51 of file nvdewarper_property_parser.h.