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 | 
| int deepstream::CameraInfo::camera_csi_sensor_id = -1 | 
Definition at line 47 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_fps_d | 
Definition at line 45 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_fps_n | 
Definition at line 44 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_height | 
Definition at line 43 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_type | 
Definition at line 39 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_v4l2_dev_node | 
Definition at line 49 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_video_format = "NV12" | 
Definition at line 41 of file source_config.hpp.
| std::string deepstream::CameraInfo::camera_width | 
Definition at line 42 of file source_config.hpp.
| int deepstream::CameraInfo::gpu_id = 0 | 
Definition at line 51 of file source_config.hpp.
| int deepstream::CameraInfo::nvbuf_mem_type = 0 | 
Definition at line 52 of file source_config.hpp.
| int deepstream::CameraInfo::nvvideoconvert_copy_hw = 0 | 
Definition at line 53 of file source_config.hpp.