NVIDIA DeepStream SDK API Reference

9.1 Release
DlaValidatorCtx Struct Reference

Detailed Description

Lightweight appearance change detector state.

Runs on DLA (Jetson) or GPU fallback (x86) to gate full inference.

Definition at line 78 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.

Data Fields

void * trt_engine
 
void * trt_context
 
float * d_input
 
float * d_output
 
guint input_w
 
guint input_h
 
gboolean is_dla
 
gint dla_core
 

Field Documentation

◆ d_input

float * DlaValidatorCtx::d_input

◆ d_output

float * DlaValidatorCtx::d_output

◆ dla_core

gint DlaValidatorCtx::dla_core

◆ input_h

guint DlaValidatorCtx::input_h

◆ input_w

guint DlaValidatorCtx::input_w

◆ is_dla

gboolean DlaValidatorCtx::is_dla

◆ trt_context

void * DlaValidatorCtx::trt_context

◆ trt_engine

void * DlaValidatorCtx::trt_engine

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