Skip to main content

ImageInputGroupOptions Struct

Declaration

struct simaai::neat::nodes::groups::ImageInputGroupOptions { ... }

Included Headers

#include <ImageInputGroup.h>

Enumerations Index

enum classDecoder { ... }

Public Member Attributes Index

std::stringpath
intimagefreeze_num_buffers = -1
intfps = 30
boolsync_mode = false
booluse_videorate = false
booluse_videoconvert = true
booluse_videoscale = false
struct { ... }output_caps
Decoderdecoder = Decoder::Auto
std::stringcustom_decoder_fragment
struct { ... }sima_decoder
std::stringextra_fragment

Definition at line 15 of file ImageInputGroup.h.

Enumerations

Decoder

enum class Decoder
strong
Enumeration values
Auto (= 0)
ForceJpeg
ForcePng
Custom

Definition at line 36 of file ImageInputGroup.h.

36 enum class Decoder {
37 Auto = 0, // decodebin (jpg/png auto)
40 Custom,
41 };

Public Member Attributes

custom_decoder_fragment

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::custom_decoder_fragment

Definition at line 44 of file ImageInputGroup.h.

decoder

Decoder simaai::neat::nodes::groups::ImageInputGroupOptions::decoder = Decoder::Auto

Definition at line 43 of file ImageInputGroup.h.

extra_fragment

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::extra_fragment

Definition at line 59 of file ImageInputGroup.h.

59 std::string extra_fragment;

fps

int simaai::neat::nodes::groups::ImageInputGroupOptions::fps = 30

Definition at line 20 of file ImageInputGroup.h.

20 int fps = 30;

imagefreeze_num_buffers

int simaai::neat::nodes::groups::ImageInputGroupOptions::imagefreeze_num_buffers = -1

Definition at line 19 of file ImageInputGroup.h.

output_caps

struct simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps simaai::neat::nodes::groups::ImageInputGroupOptions::output_caps

Definition at line 34 of file ImageInputGroup.h.

path

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::path

Definition at line 16 of file ImageInputGroup.h.

16 std::string path;

sima_decoder

struct simaai::neat::nodes::groups::ImageInputGroupOptions::SimaDecoder simaai::neat::nodes::groups::ImageInputGroupOptions::sima_decoder

Definition at line 56 of file ImageInputGroup.h.

sync_mode

bool simaai::neat::nodes::groups::ImageInputGroupOptions::sync_mode = false

Definition at line 21 of file ImageInputGroup.h.

21 bool sync_mode = false;

use_videoconvert

bool simaai::neat::nodes::groups::ImageInputGroupOptions::use_videoconvert = true

Definition at line 24 of file ImageInputGroup.h.

24 bool use_videoconvert = true;

use_videorate

bool simaai::neat::nodes::groups::ImageInputGroupOptions::use_videorate = false

Definition at line 23 of file ImageInputGroup.h.

23 bool use_videorate = false;

use_videoscale

bool simaai::neat::nodes::groups::ImageInputGroupOptions::use_videoscale = false

Definition at line 25 of file ImageInputGroup.h.

25 bool use_videoscale = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.