Skip to main content

OutputCaps Struct

Declaration

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

Included Headers

#include <ImageInputGroup.h>

Public Member Attributes Index

boolenable = true
std::stringformat = "NV12"
intwidth = -1
intheight = -1
intfps = -1
simaai::neat::CapsMemorymemory = simaai::neat::CapsMemory::SystemMemory

Definition at line 27 of file ImageInputGroup.h.

Public Member Attributes

enable

bool simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::enable = true

Definition at line 28 of file ImageInputGroup.h.

28 bool enable = true;

format

std::string simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::format = "NV12"

Definition at line 29 of file ImageInputGroup.h.

29 std::string format = "NV12";

fps

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::fps = -1

Definition at line 32 of file ImageInputGroup.h.

32 int fps = -1;

height

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::height = -1

Definition at line 31 of file ImageInputGroup.h.

31 int height = -1;

memory

simaai::neat::CapsMemory simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::memory = simaai::neat::CapsMemory::SystemMemory

width

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::width = -1

Definition at line 30 of file ImageInputGroup.h.

30 int width = -1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.