ark::image::VideoBufferConfiguration
Defined in header “ark/image/video_device.hh”.
Used to pass back the configuration that is actually used for a particular camera. Typically this is what you configured, but if you left some fields as defaults, this will contain what the camera is actually using.
Variables
-
size_t width= 0
Width of the image. -
size_t height= 0
Height of the image. -
ImageDataFormat format= ImageDataFormat::Yuyv
Pixel format of the image. -
std::vector< uint64_t > strides
Strides for each individual plane.