Skip to main content

PCIeSrcOptions Struct

Declaration

struct simaai::neat::PCIeSrcOptions { ... }

Included Headers

#include <PCIeSrc.h>

Public Member Attributes Index

intbuffer_size = 4194304
std::stringformat
intwidth = -1
intheight = -1
intfps_n = 0
intfps_d = 1

Definition at line 21 of file PCIeSrc.h.

Public Member Attributes

buffer_size

int simaai::neat::PCIeSrcOptions::buffer_size = 4194304

Size in bytes of each incoming frame buffer. Default 4 MB matches the simaaipciesrc default.

Definition at line 24 of file PCIeSrc.h.

24 int buffer_size = 4194304;

format

std::string simaai::neat::PCIeSrcOptions::format

Optional caps enforcement — when format, width, and height are all set, a capsfilter is appended to lock the negotiated format.

Definition at line 28 of file PCIeSrc.h.

28 std::string format;

fps_d

int simaai::neat::PCIeSrcOptions::fps_d = 1

Definition at line 32 of file PCIeSrc.h.

32 int fps_d = 1;

fps_n

int simaai::neat::PCIeSrcOptions::fps_n = 0

Definition at line 31 of file PCIeSrc.h.

31 int fps_n = 0;

height

int simaai::neat::PCIeSrcOptions::height = -1

Definition at line 30 of file PCIeSrc.h.

30 int height = -1;

width

int simaai::neat::PCIeSrcOptions::width = -1

Definition at line 29 of file PCIeSrc.h.

29 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.