NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::CameraInfo Struct Reference

Detailed Description

Definition at line 36 of file source_config.hpp.

Data Fields

std::string camera_type
 
std::string camera_video_format = "NV12"
 
std::string camera_width
 
std::string camera_height
 
std::string camera_fps_n
 
std::string camera_fps_d
 
int camera_csi_sensor_id = -1
 
std::string camera_v4l2_dev_node
 
int gpu_id = 0
 
int nvbuf_mem_type = 0
 
int nvvideoconvert_copy_hw = 0
 

Field Documentation

◆ camera_csi_sensor_id

int deepstream::CameraInfo::camera_csi_sensor_id = -1

Definition at line 47 of file source_config.hpp.

◆ camera_fps_d

std::string deepstream::CameraInfo::camera_fps_d

Definition at line 45 of file source_config.hpp.

◆ camera_fps_n

std::string deepstream::CameraInfo::camera_fps_n

Definition at line 44 of file source_config.hpp.

◆ camera_height

std::string deepstream::CameraInfo::camera_height

Definition at line 43 of file source_config.hpp.

◆ camera_type

std::string deepstream::CameraInfo::camera_type

Definition at line 39 of file source_config.hpp.

◆ camera_v4l2_dev_node

std::string deepstream::CameraInfo::camera_v4l2_dev_node

Definition at line 49 of file source_config.hpp.

◆ camera_video_format

std::string deepstream::CameraInfo::camera_video_format = "NV12"

Definition at line 41 of file source_config.hpp.

◆ camera_width

std::string deepstream::CameraInfo::camera_width

Definition at line 42 of file source_config.hpp.

◆ gpu_id

int deepstream::CameraInfo::gpu_id = 0

Definition at line 51 of file source_config.hpp.

◆ nvbuf_mem_type

int deepstream::CameraInfo::nvbuf_mem_type = 0

Definition at line 52 of file source_config.hpp.

◆ nvvideoconvert_copy_hw

int deepstream::CameraInfo::nvvideoconvert_copy_hw = 0

Definition at line 53 of file source_config.hpp.


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