PCIeSrcOptions Struct
Construction options for a PCIeSrc Node. More...
Declaration
Included Headers
Public Member Attributes Index
| int | buffer_size = 4194304 |
|
Size in bytes of each incoming frame buffer. More... | |
| std::string | format |
|
Optional caps enforcement — when format, width, and height are all set, a capsfilter is appended to lock the negotiated format. More... | |
| int | width = -1 |
|
Frame width in pixels; -1 = no caps lock. More... | |
| int | height = -1 |
|
Frame height in pixels; -1 = no caps lock. More... | |
| int | fps_n = 0 |
|
Framerate numerator (caps lock); 0 = unset. More... | |
| int | fps_d = 1 |
|
Framerate denominator (caps lock). More... | |
Description
Construction options for a PCIeSrc Node.
Definition at line 27 of file PCIeSrc.h.
Public Member Attributes
buffer_size
|
Size in bytes of each incoming frame buffer.
Default 4 MB matches the simaaipciesrc default.
Definition at line 30 of file PCIeSrc.h.
format
|
Optional caps enforcement — when format, width, and height are all set, a capsfilter is appended to lock the negotiated format.
Pixel format (e.g. "NV12"); empty = no caps lock.
Definition at line 34 of file PCIeSrc.h.
fps_d
|
Framerate denominator (caps lock).
Definition at line 38 of file PCIeSrc.h.
fps_n
|
Framerate numerator (caps lock); 0 = unset.
Definition at line 37 of file PCIeSrc.h.
height
|
Frame height in pixels; -1 = no caps lock.
Definition at line 36 of file PCIeSrc.h.
width
|
Frame width in pixels; -1 = no caps lock.
Definition at line 35 of file PCIeSrc.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.